Skip to content

Commit

Permalink
UPSTREAM: <carry>: Update Dockerfile images to match ART
Browse files Browse the repository at this point in the history
(cherry picked from commit f248a79)
(cherry picked from commit 6eb343c)
(cherry picked from commit 0b1de1a)
(cherry picked from commit d112e9a)
(cherry picked from commit ab618f5)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
  • Loading branch information
AOS Automation Release Team authored and dougsland committed Feb 9, 2023
1 parent 6c3ff0d commit 0126522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
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.17-openshift-4.11
tag: rhel-8-release-golang-1.18-openshift-4.11
2 changes: 1 addition & 1 deletion build/Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
WORKDIR /go/src/github.com/openshift/kubernetes-nmstate
COPY . .
RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager ./cmd/handler/
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.operator.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
WORKDIR /go/src/github.com/openshift/kubernetes-nmstate
COPY . .
RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager ./cmd/operator
Expand Down

0 comments on commit 0126522

Please sign in to comment.