Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SYS-623 rebuild images listed in PR #155 #157

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading