]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Newer docker is fussy about case
authorNick Porter <nick@portercomputing.co.uk>
Thu, 19 Jun 2025 09:53:01 +0000 (10:53 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 19 Jun 2025 09:53:01 +0000 (10:53 +0100)
16 files changed:
scripts/docker/build/debian12/Dockerfile
scripts/docker/build/debian12/Dockerfile.cb
scripts/docker/build/debiansid/Dockerfile
scripts/docker/build/debiansid/Dockerfile.cb
scripts/docker/build/rocky10/Dockerfile
scripts/docker/build/rocky10/Dockerfile.cb
scripts/docker/build/rocky9/Dockerfile
scripts/docker/build/rocky9/Dockerfile.cb
scripts/docker/build/ubuntu22/Dockerfile
scripts/docker/build/ubuntu22/Dockerfile.cb
scripts/docker/build/ubuntu24/Dockerfile
scripts/docker/build/ubuntu24/Dockerfile.cb
scripts/docker/m4/crossbuild.deb.m4
scripts/docker/m4/crossbuild.rpm.m4
scripts/docker/m4/docker.deb.m4
scripts/docker/m4/docker.rpm.m4

index fea5ddeb6252fc0fe01a6dea6bc3664d826fbac8..62e4ad05b0862df5b70f2fe3f8e2b0ca2def7989 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make docker.debian12.regen`
 #
 ARG from=debian:bookworm
-FROM ${from} as build
+FROM ${from} AS build
 
 ARG DEBIAN_FRONTEND=noninteractive
 
index 172eda282499d7645fe51ec126cbd7a2a283ccb9..16d009cb50dad58e484e0f3112431fa702aab5b2 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make crossbuild.debian12.regen`
 #
 ARG from=debian:bookworm
-FROM ${from} as build
+FROM ${from} AS build
 
 SHELL ["/usr/bin/nice", "-n", "5", "/usr/bin/ionice", "-c", "3", "/bin/sh", "-x", "-c"]
 
@@ -52,6 +52,7 @@ RUN apt-get install $APT_OPTS \
 
 
 
+
 #
 #  Install some extra packages
 #
index 02b10626e882e0a6e739c0309497f0481f9a7f6e..25f608c22d913b08715f2ad855fec0c6e352079e 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make docker.debiansid.regen`
 #
 ARG from=debian:sid
-FROM ${from} as build
+FROM ${from} AS build
 
 ARG DEBIAN_FRONTEND=noninteractive
 
index d7ac545b5ba4e334a3d44e14758f2f8b232945d0..7d6bf96ece655d2d12a39e78cd046b132ce1b56d 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make crossbuild.debiansid.regen`
 #
 ARG from=debian:sid
-FROM ${from} as build
+FROM ${from} AS build
 
 SHELL ["/usr/bin/nice", "-n", "5", "/usr/bin/ionice", "-c", "3", "/bin/sh", "-x", "-c"]
 
index 21d1d4d386a7b6ef6a71ba2430961b3670e4e350..fffc30bd3910c24ed187a6768c198e3440cc0737 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make docker.rocky10.regen`
 #
 ARG from=rockylinux/rockylinux:10
-FROM ${from} as build
+FROM ${from} AS build
 
 
 
index 4b220a9c3078aef1093612aba22a7040f3af7df6..9209be9a698552bdb0e7d3365c3bf8b4ee3acba3 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make crossbuild.rocky10.regen`
 #
 ARG from=rockylinux/rockylinux:10
-FROM ${from} as build
+FROM ${from} AS build
 
 #
 #  Install devtools like make and git and the EPEL
index 4cb02e3035cb6d5cdd3883c2d0382d447a58443b..45568320835eb3889d68fed4bc99511af647cc72 100644 (file)
@@ -4,10 +4,11 @@
 # Rebuild this file with `make docker.rocky9.regen`
 #
 ARG from=rockylinux/rockylinux:9
-FROM ${from} as build
+FROM ${from} AS build
 
 RUN rpmkeys --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
 
+
 #
 #  Install build tools
 #
index ab52b09991ae03c04909b124cdf786952f7807cc..4b9bd32eb1c5dd9b07aec74e866f12d740930aee 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make crossbuild.rocky9.regen`
 #
 ARG from=rockylinux/rockylinux:9
-FROM ${from} as build
+FROM ${from} AS build
 
 #
 #  Install devtools like make and git and the EPEL
index 16b58a842d325df049624bb73bca74c114291739..339b638009a0abb72e920334ecfc89e999655954 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make docker.ubuntu22.regen`
 #
 ARG from=ubuntu:22.04
-FROM ${from} as build
+FROM ${from} AS build
 
 ARG DEBIAN_FRONTEND=noninteractive
 
index 173e1227e902bbd77ce62d241a398616261720e7..486b4392a84debbaebf784f7f0344cee9ea3fe16 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make crossbuild.ubuntu22.regen`
 #
 ARG from=ubuntu:22.04
-FROM ${from} as build
+FROM ${from} AS build
 
 SHELL ["/usr/bin/nice", "-n", "5", "/usr/bin/ionice", "-c", "3", "/bin/sh", "-x", "-c"]
 
@@ -52,6 +52,7 @@ RUN apt-get install $APT_OPTS \
 
 
 
+
 #
 #  Install some extra packages
 #
index b341c1caaaddc1f668fa3f8791fd7ad523104d27..cbfae77b1dcdcff8399c3e73ae6740a08d622543 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make docker.ubuntu24.regen`
 #
 ARG from=ubuntu:24.04
-FROM ${from} as build
+FROM ${from} AS build
 
 ARG DEBIAN_FRONTEND=noninteractive
 
index 7907bbf626b502b89c48c01f117021753f64056c..e099653c504920920edc8b6c9e2680667d88859b 100644 (file)
@@ -4,7 +4,7 @@
 # Rebuild this file with `make crossbuild.ubuntu24.regen`
 #
 ARG from=ubuntu:24.04
-FROM ${from} as build
+FROM ${from} AS build
 
 SHELL ["/usr/bin/nice", "-n", "5", "/usr/bin/ionice", "-c", "3", "/bin/sh", "-x", "-c"]
 
@@ -52,6 +52,7 @@ RUN apt-get install $APT_OPTS \
 
 
 
+
 #
 #  Install some extra packages
 #
index 8896821213aad0993f3b4e4dad776e3fa81d590b..2ad3ea5bdd79290893bfdb8464aa68202b23c73d 100644 (file)
@@ -1,5 +1,5 @@
 ARG from=DOCKER_IMAGE
-FROM ${from} as build
+FROM ${from} AS build
 
 SHELL ["/usr/bin/nice", "-n", "5", "/usr/bin/ionice", "-c", "3", "/bin/sh", "-x", "-c"]
 
index 26181aebdf79d314ce318f3909672b1a1adc6a56..4a23d7e014743aab03ae879c1b18736c18d47907 100644 (file)
@@ -1,5 +1,5 @@
 ARG from=DOCKER_IMAGE
-FROM ${from} as build
+FROM ${from} AS build
 
 #
 #  Install devtools like make and git and the EPEL
index ceec8943897cbb453f9095545848e1f345dc88c0..0eaeb3c58415ed2e9f01dfa1241239c5bb93db87 100644 (file)
@@ -1,5 +1,5 @@
 ARG from=DOCKER_IMAGE
-FROM ${from} as build
+FROM ${from} AS build
 
 ARG DEBIAN_FRONTEND=noninteractive
 
index 477cd7c3ff6f483ff4967665305dbe8e25f15637..46fdec7bdb4b71d5995747e70c2048e9538fad94 100644 (file)
@@ -1,5 +1,5 @@
 ARG from=DOCKER_IMAGE
-FROM ${from} as build
+FROM ${from} AS build
 
 ifelse(OS_VER, 8, `dnl
 RUN rpmkeys --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial