Skip to content

Commit

Permalink
SYS-623 rebuild images listed in PR #155
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed May 20, 2024
1 parent 3ffc976 commit 879c3b7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion images/dhcpd-dns-pxe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion images/mysqldump/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion images/postfix-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion images/postfix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions images/proftpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 879c3b7

Please sign in to comment.