Skip to content

Commit

Permalink
versions: Fix csi-wrapper's base image
Browse files Browse the repository at this point in the history
In confidential-containers#2136 I completed missed that we'd forgotten to bump
the base image for golang updates, so just updated the
fedora version and broken things.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Oct 30, 2024
1 parent 896862c commit 771a93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/csi-wrapper/Dockerfile.csi_wrappers
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
ARG SOURCE_FROM=remote

##### Builder Dev Image #####
FROM --platform=${BUILDPLATFORM} quay.io/confidential-containers/golang-fedora:1.21.12-40 AS builder-local
FROM --platform=${BUILDPLATFORM} quay.io/confidential-containers/golang-fedora:1.22.7-40 AS builder-local
WORKDIR /src
COPY csi-wrapper ./cloud-api-adaptor/src/csi-wrapper/
COPY cloud-api-adaptor ./cloud-api-adaptor/src/cloud-api-adaptor

##### Builder Release Image #####
FROM --platform=${BUILDPLATFORM} quay.io/confidential-containers/golang-fedora:1.21.12-40 AS builder-remote
FROM --platform=${BUILDPLATFORM} quay.io/confidential-containers/golang-fedora:1.22.7-40 AS builder-remote
ARG BINARY
ARG CAA_SRC="https://github.com/confidential-containers/cloud-api-adaptor"
ARG CAA_SRC_REF="main"
Expand Down

0 comments on commit 771a93d

Please sign in to comment.