Skip to content

Commit

Permalink
chore: change base image to fedora 40
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Apr 15, 2024
1 parent 0dada37 commit cf5e1b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
FROM quay.io/fedora/fedora:40

LABEL org.opencontainers.image.authors="Adrian Riobo <ariobolo@redhat.com>"
LABEL org.opencontainers.image.authors="CRCQE <devtools-cdkqe@redhat.com>"

RUN microdnf install -y openssh-clients sshpass zip jq
RUN dnf install -y openssh-clients sshpass zip jq

COPY lib/common/* lib/os/ entrypoint.sh /usr/local/bin/

Expand Down

0 comments on commit cf5e1b2

Please sign in to comment.