Skip to content
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: 1 addition & 0 deletions images/blacklist/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
DB_USER=blacklister \
DB_NAME=blacklist \
DB_HOST=dbhost

ARG RBLDNSD_VERSION=1.0~20210120-3

COPY src/ /root/
Expand Down
1 change: 0 additions & 1 deletion images/git-pull/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ ENV DEST=. \
RUN apk add --no-cache --update git=$GIT_VERSION openssh-client && \
apk upgrade libcrypto3 libssl3
VOLUME /git

COPY entrypoint.sh /root/
ENTRYPOINT ["/root/entrypoint.sh"]
1 change: 0 additions & 1 deletion images/proftpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools

ARG PROFTPD_VERSION=1.3.9c-r0

ENV ALLOW_OVERWRITE=on \
ANONYMOUS_DISABLE=off \
ANON_UPLOAD_ENABLE=DenyAll \
Expand Down
1 change: 0 additions & 1 deletion images/spamassassin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV DEBIAN_FRONTEND=noninteractive \
USERNAME=debian-spamd \
EXTRA_OPTIONS=--nouser-config \
PYZOR_SITE=public.pyzor.org:24441

ARG DCC_VERSION=2.3.169
ARG SPAMD_VERSION=4.0.2-3
ARG DCC_SHA=3447e655476ac742942daf25fc217236da456dd0f82b7117661b9a70484b7bf6
Expand Down
Loading