oci: Use Centos Stream rolling image
This commit is contained in:
@@ -4,7 +4,7 @@ COPY Cargo.toml Cargo.lock ./
|
||||
COPY src ./src
|
||||
RUN cargo build --release --bin yamlabyrinth
|
||||
|
||||
FROM registry.access.redhat.com/ubi10/ubi-minimal
|
||||
FROM quay.io/centos/centos:stream10-minimal
|
||||
COPY --from=builder /src/target/release/yamlabyrinth /usr/local/bin/yamlabyrinth
|
||||
USER nobody
|
||||
WORKDIR /tmp
|
||||
|
||||
Reference in New Issue
Block a user