diff --git a/support/Dockerfile.adminer b/support/Dockerfile.adminer index ada8712..96df10b 100644 --- a/support/Dockerfile.adminer +++ b/support/Dockerfile.adminer @@ -2,11 +2,11 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE diff --git a/support/Dockerfile.adminer+ic b/support/Dockerfile.adminer+ic index 7ab2e7b..609ee69 100644 --- a/support/Dockerfile.adminer+ic +++ b/support/Dockerfile.adminer+ic @@ -2,12 +2,12 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/instantclient as instantclient -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/instantclient AS instantclient +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE diff --git a/support/Dockerfile.mariadb10 b/support/Dockerfile.mariadb10 index c256193..f26efd5 100644 --- a/support/Dockerfile.mariadb10 +++ b/support/Dockerfile.mariadb10 @@ -1,8 +1,8 @@ # -*- coding: utf-8 mode: dockerfile -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/mariadb as mariadb -FROM $REGISTRY/src/legacytools as legacytools +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/mariadb AS mariadb +FROM $REGISTRY/src/legacytools AS legacytools FROM mariadb:10 ARG APT_PROXY TIMEZONE diff --git a/support/Dockerfile.php-apache b/support/Dockerfile.php-apache index d2a8436..3d5adf4 100644 --- a/support/Dockerfile.php-apache +++ b/support/Dockerfile.php-apache @@ -2,11 +2,11 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE diff --git a/support/Dockerfile.php-apache+ic b/support/Dockerfile.php-apache+ic index ba55e73..9c3cd80 100644 --- a/support/Dockerfile.php-apache+ic +++ b/support/Dockerfile.php-apache+ic @@ -2,13 +2,13 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/legacytools as legacytools -FROM $REGISTRY/src/instantclient as instantclient -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/legacytools AS legacytools +FROM $REGISTRY/src/instantclient AS instantclient +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE diff --git a/support/Dockerfile.php-cli b/support/Dockerfile.php-cli index 4819b63..ef17f83 100644 --- a/support/Dockerfile.php-cli +++ b/support/Dockerfile.php-cli @@ -2,11 +2,11 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE diff --git a/support/Dockerfile.php-cli+ic b/support/Dockerfile.php-cli+ic index b76480d..b380090 100644 --- a/support/Dockerfile.php-cli+ic +++ b/support/Dockerfile.php-cli+ic @@ -2,13 +2,13 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/legacytools as legacytools -FROM $REGISTRY/src/instantclient as instantclient -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/legacytools AS legacytools +FROM $REGISTRY/src/instantclient AS instantclient +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE diff --git a/support/Dockerfile.postgres15 b/support/Dockerfile.postgres15 index 614e186..f9b4db9 100644 --- a/support/Dockerfile.postgres15 +++ b/support/Dockerfile.postgres15 @@ -1,7 +1,7 @@ # -*- coding: utf-8 mode: dockerfile -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/postgres as postgres +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/postgres AS postgres FROM postgres:15-bookworm ARG APT_PROXY TIMEZONE diff --git a/support/Dockerfile.rundk b/support/Dockerfile.rundk index 4819b63..ef17f83 100644 --- a/support/Dockerfile.rundk +++ b/support/Dockerfile.rundk @@ -2,11 +2,11 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE diff --git a/support/Dockerfile.rundk+ic b/support/Dockerfile.rundk+ic index b76480d..b380090 100644 --- a/support/Dockerfile.rundk+ic +++ b/support/Dockerfile.rundk+ic @@ -2,13 +2,13 @@ ARG NDIST=12 ARG REGISTRY=pubdocker.univ-reunion.fr -FROM $REGISTRY/src/base as base -FROM $REGISTRY/src/legacytools as legacytools -FROM $REGISTRY/src/instantclient as instantclient -FROM $REGISTRY/src/php as php +FROM $REGISTRY/src/base AS base +FROM $REGISTRY/src/legacytools AS legacytools +FROM $REGISTRY/src/instantclient AS instantclient +FROM $REGISTRY/src/php AS php ################################################################################ -FROM debian:${NDIST}-slim as builder +FROM debian:${NDIST}-slim AS builder ARG APT_MIRROR SEC_MIRROR APT_PROXY TIMEZONE ENV APT_MIRROR=$APT_MIRROR SEC_MIRROR=$SEC_MIRROR APT_PROXY=$APT_PROXY TIMEZONE=$TIMEZONE