forked from kubernetes-csi/external-snapshotter
-
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.
UPSTREAM: <carry>: Updating ose-csi-snapshot-controller-container ima…
…ge to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/9dc2a375bf335e7e4e3d7e75abc5c3bdbb0c0e98/images/ose-csi-snapshot-controller.yml
- Loading branch information
AOS Automation Release Team
committed
Nov 27, 2023
1 parent
4f8e8d5
commit 9642e40
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
build_root_image: | ||
name: release | ||
namespace: openshift | ||
tag: rhel-8-release-golang-1.20-openshift-4.15 | ||
tag: rhel-9-release-golang-1.20-openshift-4.15 |
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,8 +1,8 @@ | ||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder | ||
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder | ||
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter | ||
COPY . . | ||
RUN make build | ||
|
||
FROM registry.ci.openshift.org/ocp/4.15:base | ||
FROM registry.ci.openshift.org/ocp/4.15:base-rhel9 | ||
COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-controller /usr/bin/ | ||
ENTRYPOINT ["/usr/bin/snapshot-controller"] |