Skip to content

Commit

Permalink
fix: revert back to centos9 stream
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Oct 3, 2024
1 parent d93fbf9 commit 2ce6813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nx-gzip/manifests/04-buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ spec:
dockerStrategy:
from:
kind: DockerImage
name: 'quay.io/fedora/nginx-126:latest'
name: 'quay.io/centos/centos:stream9'
source:
type: Dockerfile
dockerfile: |
FROM quay.io/fedora/nginx-126:latest
FROM quay.io/centos/centos:stream9
USER root
RUN dnf install -y libnxz pigz
RUN mv /usr/lib/libz.so /usr/lib/libz.so.bak
Expand Down

0 comments on commit 2ce6813

Please sign in to comment.