diff --git a/busybox.containerfile b/busybox.containerfile index 2f822a1..736ff7b 100644 --- a/busybox.containerfile +++ b/busybox.containerfile @@ -1,11 +1,11 @@ -from fedora:34 as build-env +from fedora:37 as build-env run mkdir /output -run dnf -y --installroot /output --releasever 34 --setopt=install_weak_deps=false --nodocs install busybox -run dnf -y --installroot /output --releasever 34 clean all +run dnf -y --installroot /output --releasever 37 --setopt=install_weak_deps=false --nodocs install busybox +run dnf -y --installroot /output --releasever 37 clean all run mkdir /output/bin -run for i in $(/output/sbin/busybox --list); do ln -s /sbin/busybox /output/bin/$i; done +run for i in $(/output/usr/sbin/busybox --list); do ln -s /usr/sbin/busybox /output/bin/$i; done from scratch copy --from=build-env /output / diff --git a/distroless.containerfile b/distroless.containerfile index ddbbc18..3548d3b 100644 --- a/distroless.containerfile +++ b/distroless.containerfile @@ -1,8 +1,8 @@ -from fedora:34 as build-env +from fedora:37 as build-env run mkdir /output -run dnf -y --installroot /output --releasever 34 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single -run dnf -y --installroot /output --releasever 34 clean all +run dnf -y --installroot /output --releasever 37 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single +run dnf -y --installroot /output --releasever 37 clean all from scratch copy --from=build-env /output / diff --git a/httpd.containerfile b/httpd.containerfile index 80ab849..9460b3a 100644 --- a/httpd.containerfile +++ b/httpd.containerfile @@ -1,8 +1,8 @@ -from fedora:34 as build-env +from fedora:37 as build-env run mkdir /output -run dnf -y --installroot /output --releasever 34 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single httpd -run dnf -y --installroot /output --releasever 34 clean all +run dnf -y --installroot /output --releasever 37 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single httpd +run dnf -y --installroot /output --releasever 37 clean all from scratch copy --from=build-env /output / diff --git a/microdnf.containerfile b/microdnf.containerfile index efe1d17..5dbbe64 100644 --- a/microdnf.containerfile +++ b/microdnf.containerfile @@ -1,8 +1,8 @@ -from fedora:34 as build-env +from fedora:37 as build-env run mkdir /output -run dnf -y --installroot /output --releasever 34 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single microdnf -run dnf -y --installroot /output --releasever 34 clean all +run dnf -y --installroot /output --releasever 37 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single microdnf +run dnf -y --installroot /output --releasever 37 clean all from scratch copy --from=build-env /output / diff --git a/nginx.containerfile b/nginx.containerfile index 9c98b49..a0aaad1 100644 --- a/nginx.containerfile +++ b/nginx.containerfile @@ -1,8 +1,8 @@ -from fedora:34 as build-env +from fedora:37 as build-env run mkdir /output -run dnf -y --installroot /output --releasever 34 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single nginx -run dnf -y --installroot /output --releasever 34 clean all +run dnf -y --installroot /output --releasever 37 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single nginx +run dnf -y --installroot /output --releasever 37 clean all from scratch copy --from=build-env /output / diff --git a/openssl.containerfile b/openssl.containerfile index 294ad84..b302791 100644 --- a/openssl.containerfile +++ b/openssl.containerfile @@ -1,8 +1,8 @@ -from fedora:34 as build-env +from fedora:37 as build-env run mkdir /output -run dnf -y --installroot /output --releasever 34 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single openssl -run dnf -y --installroot /output --releasever 34 clean all +run dnf -y --installroot /output --releasever 37 --setopt=install_weak_deps=false --nodocs install glibc-minimal-langpack coreutils-single openssl +run dnf -y --installroot /output --releasever 37 clean all from scratch copy --from=build-env /output /