# This defines the distribution base layer
# Put only the bare minimum of common commands here, without dev tools
-FROM amazonlinux:2023 as dist-base
+FROM amazonlinux:2023 AS dist-base
ARG BUILDER_CACHE_BUSTER=
# Do the actual rpm build
# This defines the distribution base layer
# Put only the bare minimum of common commands here, without dev tools
-FROM quay.io/centos/centos:stream10 as dist-base
+FROM quay.io/centos/centos:stream10 AS dist-base
ARG BUILDER_CACHE_BUSTER=
# This defines the distribution base layer
# Put only the bare minimum of common commands here, without dev tools
-FROM quay.io/centos/centos:stream9 as dist-base
+FROM quay.io/centos/centos:stream9 AS dist-base
ARG BUILDER_CACHE_BUSTER=
# Sphinx
-FROM ubuntu:jammy as pdns-docs
+FROM ubuntu:jammy AS pdns-docs
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y --no-install-recommends install \
ghostscript \
git \