We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4351e8 commit 3d3c2d1Copy full SHA for 3d3c2d1
images/baremetal/Dockerfile.ci
@@ -2,7 +2,7 @@
2
# It builds an image containing openshift-install.
3
4
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
5
-ARG TAGS="libvirt baremetal fipscapable"
+ARG TAGS="baremetal fipscapable"
6
WORKDIR /go/src/github.com/openshift/installer
7
COPY . .
8
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
0 commit comments