mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
Merge pull request #6641 from r4f4/golang-1.19-art
OCPBUGS-4328: images: updating images to be consistent with ART
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
build_root_image:
|
||||
name: release
|
||||
namespace: openshift
|
||||
tag: rhel-8-release-golang-1.18-openshift-4.12
|
||||
tag: rhel-8-release-golang-1.19-openshift-4.12
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
ARG libvirt_version="8.0.0"
|
||||
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
|
||||
ARG libvirt_version
|
||||
ARG TAGS="libvirt baremetal"
|
||||
RUN dnf install -y libvirt-devel-$libvirt_version && \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# This Dockerfile builds an image containing Mac and Linux/AMD64 versions of
|
||||
# the installer layered on top of the cluster-native Linux installer image.
|
||||
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS macbuilder
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS macbuilder
|
||||
ARG TAGS=""
|
||||
WORKDIR /go/src/github.com/openshift/installer
|
||||
COPY . .
|
||||
@@ -13,13 +13,13 @@ WORKDIR /go/src/github.com/openshift/installer
|
||||
COPY . .
|
||||
RUN GOOS=darwin GOARCH=arm64 DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
|
||||
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS linuxbuilder
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS linuxbuilder
|
||||
ARG TAGS=""
|
||||
WORKDIR /go/src/github.com/openshift/installer
|
||||
COPY . .
|
||||
RUN GOOS=linux GOARCH=amd64 DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
|
||||
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS linuxarmbuilder
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS linuxarmbuilder
|
||||
ARG TAGS=""
|
||||
WORKDIR /go/src/github.com/openshift/installer
|
||||
COPY . .
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# This Dockerfile is used by CI to publish the installer image.
|
||||
# It builds an image containing only the openshift-install.
|
||||
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
|
||||
ARG TAGS=""
|
||||
WORKDIR /go/src/github.com/openshift/installer
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user