Skip to content

Commit

Permalink
move to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Nov 27, 2023
1 parent 1d7c14f commit c80b28b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openshift/ci-operator/Dockerfile.in
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/Dockerfile_with_kodata.in
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to bootstrap build and test in openshift-ci

FROM registry.ci.openshift.org/openshift/release:golang-1.19
FROM registry.ci.openshift.org/openshift/release:golang-1.21

# Add kubernetes repository
ADD openshift/ci-operator/build-image/kubernetes.repo /etc/yum.repos.d/
Expand Down
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .

Expand Down
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .

Expand Down
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .

Expand Down
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .

Expand Down
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .

Expand Down
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.ci.openshift.org/openshift/release:golang-1.19 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder

COPY . .

Expand Down

0 comments on commit c80b28b

Please sign in to comment.