Skip to content

Commit

Permalink
Replace centos stream 9 with ubi9 for container (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval authored Oct 16, 2024
1 parent 0011d34 commit 451f69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream9 AS builder
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 AS builder
ARG VERSION

RUN dnf -y update && \
Expand All @@ -9,7 +9,7 @@ ADD source.tar.gz /source
WORKDIR /source
RUN make VERSION=${VERSION}

FROM quay.io/centos/centos:stream9
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543
ARG VERSION

LABEL license="ASL2"
Expand Down

0 comments on commit 451f69e

Please sign in to comment.