Skip to content

Commit d4196ff

Browse files
authored
build: switching back to ubi9-minimal base image (#48)
due to issues with pulling the latest version of ubi10-micro in the CI/CD workflow ``` Trying to pull registry.access.redhat.com/ubi10/ubi-micro:latest... Error: creating build container: copying system image from manifest list: Source image rejected: None of the signatures were accepted, reasons: Signature for digest sha256:5941a9196571ade1959ca204e04acaf579418810fbc967b61436b26814ac5ce9 does not match; Signature for digest sha256:5941a9196571ade1959ca204e04acaf579418810fbc967b61436b26814ac5ce9 does not match; Signature for digest sha256:4fbdc7571973e6be219cba884e191294a2b8d8d1e0951cacb52cac3582c4e517 does not match; Signature for digest sha256:4fbdc7571973e6be219cba884e191294a2b8d8d1e0951cacb52cac3582c4e517 does not match ``` Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
1 parent b78b968 commit d4196ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN ls -la /usr/src/app/argocd-mcp-server
2323
################################################################################################
2424
# image to be deployed to the target platform
2525
################################################################################################
26-
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi10/ubi-micro:latest AS argocd-mcp-server
26+
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest AS argocd-mcp-server
2727

2828
# Copy the generated binary into the $PATH so it can be invoked
2929
COPY --from=builder /usr/src/app/argocd-mcp-server /usr/local/bin/

0 commit comments

Comments
 (0)