forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tektoncd#21 from pradeepitm12/master
Resolves - https://jira.coreos.com/browse/SRVKP-30
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD ${bin} /ko-app/${bin} | ||
ENTRYPOINT ["/ko-app/${bin}"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD bash /ko-app/bash | ||
ENTRYPOINT ["/ko-app/bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD controller /ko-app/controller | ||
ENTRYPOINT ["/ko-app/controller"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD entrypoint /ko-app/entrypoint | ||
ENTRYPOINT ["/ko-app/entrypoint"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD gsutil /ko-app/gsutil | ||
ENTRYPOINT ["/ko-app/gsutil"] |
2 changes: 1 addition & 1 deletion
2
openshift/ci-operator/knative-images/kubeconfigwriter/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD kubeconfigwriter /ko-app/kubeconfigwriter | ||
ENTRYPOINT ["/ko-app/kubeconfigwriter"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD nop /ko-app/nop | ||
ENTRYPOINT ["/ko-app/nop"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base | ||
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest | ||
|
||
ADD webhook /ko-app/webhook | ||
ENTRYPOINT ["/ko-app/webhook"] |