]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unsupported platforms from Docker data
authorNick Porter <nick@portercomputing.co.uk>
Thu, 19 Jun 2025 09:33:58 +0000 (10:33 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 19 Jun 2025 09:33:58 +0000 (10:33 +0100)
scripts/docker/m4/Dockerfile.m4

index fe9c4ec6c51dbb0f991a49a3010a037ab6298071..d8eba06fdea22af739eacd7eb759cbad4e2a3a1c 100644 (file)
@@ -21,17 +21,10 @@ define([p_SET], [
 ])
 dnl            D_NAME          PKG_TYPE      OS_NAME   OS_VER  OS_CODENAME     DOCKER_IMAGE
 ifelse(
-       D_NAME, [debian10],     [p_SET([deb], [debian], [10],   [buster],       [debian:buster])],
-       D_NAME, [debian11],     [p_SET([deb], [debian], [11],   [bullseye],     [debian:bullseye])],
        D_NAME, [debian12],     [p_SET([deb], [debian], [12],   [bookworm],     [debian:bookworm])],
        D_NAME, [debiansid],    [p_SET([deb], [debian], [99],   [sid],          [debian:sid])],
-       D_NAME, [ubuntu18],     [p_SET([deb], [ubuntu], [18],   [bionic],       [ubuntu:18.04])],
-       D_NAME, [ubuntu20],     [p_SET([deb], [ubuntu], [20],   [focal],        [ubuntu:20.04])],
        D_NAME, [ubuntu22],     [p_SET([deb], [ubuntu], [22],   [jammy],        [ubuntu:22.04])],
        D_NAME, [ubuntu24],     [p_SET([deb], [ubuntu], [24],   [noble],        [ubuntu:24.04])],
-       D_NAME, [centos7],      [p_SET([rpm], [centos], [7],    [7],            [centos:7])],
-       D_NAME, [centos8],      [p_SET([rpm], [centos], [8],    [8],            [centos:8])],
-       D_NAME, [rocky8],       [p_SET([rpm], [rocky],  [8],    [8],            [rockylinux/rockylinux:8])],
        D_NAME, [rocky9],       [p_SET([rpm], [rocky],  [9],    [9],            [rockylinux/rockylinux:9])],
        D_NAME, [rocky10],      [p_SET([rpm], [rocky],  [10],   [10],           [rockylinux/rockylinux:10])],
        [errprint(error: OS 'D_NAME' not defined[,] see __file__