From 879c3b7b90b6611b5174d35bdc90328d557a27d2 Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Mon, 20 May 2024 13:30:57 -0700 Subject: [PATCH] SYS-623 rebuild images listed in PR #155 --- images/dhcpd-dns-pxe/Dockerfile | 1 - images/mysqldump/Dockerfile | 1 - images/postfix-python/Dockerfile | 1 - images/postfix/Dockerfile | 1 - images/proftpd/Dockerfile | 1 + 5 files changed, 1 insertion(+), 4 deletions(-) diff --git a/images/dhcpd-dns-pxe/Dockerfile b/images/dhcpd-dns-pxe/Dockerfile index fde33d9..f72c093 100644 --- a/images/dhcpd-dns-pxe/Dockerfile +++ b/images/dhcpd-dns-pxe/Dockerfile @@ -7,7 +7,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.name=dhcpd-dns-pxe \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools - ARG DHCP_VERSION=4.4.3_p1-r4 ARG DNSMASQ_VERSION=2.90-r2 diff --git a/images/mysqldump/Dockerfile b/images/mysqldump/Dockerfile index c45f693..76d3f93 100644 --- a/images/mysqldump/Dockerfile +++ b/images/mysqldump/Dockerfile @@ -16,7 +16,6 @@ ENV HOUR=3 MINUTE=30 \ SKEW_SECONDS=15 \ USERNAME=mysqldump \ TZ=UTC - ARG UID=210 ARG BACKUP_GID=34 ARG CLIENT_VERSION=10.11.6-r0 diff --git a/images/postfix-python/Dockerfile b/images/postfix-python/Dockerfile index 811e776..70db85f 100644 --- a/images/postfix-python/Dockerfile +++ b/images/postfix-python/Dockerfile @@ -19,7 +19,6 @@ ENV BLACKLIST_USER_SECRET=mysql-blacklist-user \ INBOUND_RELAY="by mail.mydomain.com" \ SPAMLIMIT=12 \ SPAMC_HOST=spamassassin - ARG GETPIP_SHA=311afebb7cdd310eb3a3a6bb6fffef53d84493db98c7cebf4008a18d3418c8be ARG GETPIP_URI=https://bootstrap.pypa.io/pip/3.5/get-pip.py ARG PYTHON_PIP_VERSION=23.3.2 diff --git a/images/postfix/Dockerfile b/images/postfix/Dockerfile index eb7f6fc..937b4f6 100644 --- a/images/postfix/Dockerfile +++ b/images/postfix/Dockerfile @@ -7,7 +7,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.name=postfix \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools - ARG POSTFIX_VERSION=3.8.6-r0 ENV SASL_PASSWD_SECRET=postfix-sasl-passwd \ TZ=UTC diff --git a/images/proftpd/Dockerfile b/images/proftpd/Dockerfile index c39419a..a865bd6 100644 --- a/images/proftpd/Dockerfile +++ b/images/proftpd/Dockerfile @@ -9,6 +9,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools ARG PROFTPD_VERSION=1.3.8b-r1 + ENV ALLOW_OVERWRITE=on \ ANONYMOUS_DISABLE=off \ ANON_UPLOAD_ENABLE=DenyAll \