-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SYS-633 image updates for Dec 2024 (#176)
* SYS-633 image updates for Dec 2024 * SYS-633 image updates wip
- Loading branch information
1 parent
1eb33ad
commit a15f20e
Showing
51 changed files
with
140 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
FROM alpine:3.20 | ||
MAINTAINER Rich Braun "[email protected]" | ||
FROM alpine:3.21 | ||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
LABEL org.label-schema.build-date=$BUILD_DATE \ | ||
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \ | ||
org.label-schema.license=Apache-2.0 \ | ||
org.label-schema.name=data-sync \ | ||
org.label-schema.vcs-ref=$VCS_REF \ | ||
|
@@ -16,9 +15,9 @@ ENV PEERNAME= \ | |
SSHKEY1=data-sync-sshkey1 \ | ||
SSHKEY2=data-sync-sshkey2 | ||
|
||
ARG UNISON_VERSION=2.53.5 | ||
ARG UNISON_VERSION=2.53.7 | ||
ARG OCAML_VERSION=4.14.2-r1 | ||
ARG UNISON_SHA=330418ad130d93d0e13da7e7e30f9b829bd7c0e859355114bd4644c35fe08d23 | ||
ARG UNISON_SHA=a259537cef465c4806d6c1638c382620db2dd395ae42a0dd2efa3ba92712bed5 | ||
ARG RRSYNC_SHA=b745a37909fc10087cc9c901ad7dfda8ad8b6b493097b156b68ba33db4a5a52f | ||
|
||
COPY src/ /root/src/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM alpine:3.20 | ||
MAINTAINER Rich Braun "[email protected]" | ||
FROM alpine:3.21 | ||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
LABEL org.label-schema.build-date=$BUILD_DATE \ | ||
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \ | ||
org.label-schema.build-date=$BUILD_DATE \ | ||
org.label-schema.license=GPL-2.0 \ | ||
org.label-schema.name=ddclient \ | ||
org.label-schema.vcs-ref=$VCS_REF \ | ||
|
@@ -15,11 +15,11 @@ ENV HOST= \ | |
SERVER=members.easydns.com \ | ||
SERVICE_TYPE=easydns \ | ||
USER_LOGIN= \ | ||
USER_SECRET=ddclient-user | ||
USER_SECRETNAME=ddclient-user | ||
|
||
RUN apk add --no-cache --update curl ddclient=$DDCLIENT_VERSION \ | ||
su-exec && \ | ||
chown ddclient /var/cache/ddclient | ||
|
||
COPY entrypoint.sh /usr/local/bin/ | ||
ENTRYPOINT /usr/local/bin/entrypoint.sh | ||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
FROM instantlinux/postfix:3.8.3-r1 | ||
FROM instantlinux/postfix:3.9.0-r1 | ||
|
||
MAINTAINER Rich Braun "[email protected]" | ||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
LABEL org.label-schema.build-date=$BUILD_DATE \ | ||
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \ | ||
org.label-schema.license=Apache-2.0 \ | ||
org.label-schema.name=dovecot \ | ||
org.label-schema.vcs-ref=$VCS_REF \ | ||
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools | ||
|
||
ARG DOVECOT_VERSION=2.3.21-r17 | ||
ARG DOVECOT_VERSION=2.3.21.1-r0 | ||
ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd | ||
|
||
ENV LDAP_PASSWD_SECRET=ldap-ro-password \ | ||
ENV LDAP_SECRETNAME=ldap-ro-password \ | ||
SSL_DH= | ||
|
||
# TODO - procmail is missing from 3.12 repo, unsure if support ended | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM alpine:3.20 | ||
MAINTAINER Rich Braun "[email protected]" | ||
FROM alpine:3.21 | ||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
LABEL org.label-schema.build-date=$BUILD_DATE \ | ||
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \ | ||
org.label-schema.build-date=$BUILD_DATE \ | ||
org.label-schema.license=GPL-2.0 \ | ||
org.label-schema.name=ez-ipupdate \ | ||
org.label-schema.vcs-ref=$VCS_REF \ | ||
|
@@ -13,12 +13,12 @@ ENV HOST= \ | |
INTERVAL=3600 \ | ||
IPLOOKUP_URI=http://ipinfo.io/ip \ | ||
SERVICE_TYPE=easydns \ | ||
USER_SECRET=ez-ipupdate-user | ||
USER_SECRETNAME=ez-ipupdate-user | ||
|
||
RUN apk add --update curl ez-ipupdate=$EZ_VERSION && \ | ||
rm -fr /var/log/* /var/cache/apk/* | ||
|
||
CMD sh -c 'echo "user=`cat /run/secrets/$USER_SECRET`" > /run/ez.conf && \ | ||
CMD sh -c 'echo "user=`cat /run/secrets/$USER_SECRETNAME`" > /run/ez.conf && \ | ||
if [ -z "$HOST" ]; then echo "Please set a HOST name"; exit 1; fi && \ | ||
while [ 1 == 1 ]; do \ | ||
IPADDR=`curl -s $IPLOOKUP_URI` && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
FROM alpine:3.20 | ||
MAINTAINER Rich Braun "[email protected]" | ||
FROM alpine:3.21 | ||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
LABEL org.label-schema.build-date=$BUILD_DATE \ | ||
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \ | ||
org.label-schema.build-date=$BUILD_DATE \ | ||
org.label-schema.license=GPL-2.0 \ | ||
org.label-schema.name=git-dump \ | ||
org.label-schema.vcs-ref=$VCS_REF \ | ||
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools | ||
ENV API_TOKEN_SECRET= \ | ||
ENV API_TOKEN_SECRETNAME= \ | ||
DEST_DIR=/var/backup/git \ | ||
HOUR=0 MINUTE=45 \ | ||
KEEP_DAYS=31 \ | ||
ORG= \ | ||
[email protected]:instantlinux/ \ | ||
REPOS= \ | ||
SCM_TYPE=github \ | ||
SSHKEY_SECRET=git-dump_sshkey \ | ||
SSHKEY_SECRETNAME=git-dump_sshkey \ | ||
SSH_PORT=22 \ | ||
USERNAME=git-dump \ | ||
TZ=UTC | ||
|
||
ARG GIT_VERSION=2.45.2-r0 | ||
ARG GIT_VERSION=2.47.1-r0 | ||
ARG GROUP=care | ||
ARG GID=505 | ||
ARG UID=212 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ These variables can be passed to the image from kubernetes.yaml or docker-compos | |
|
||
| Variable | Default | Description | | ||
| -------- | ------- | ----------- | | ||
| API_TOKEN_SECRET | | docker secret name of API token as below | | ||
| API_TOKEN_SECRETNAME | | docker secret name of API token as below | | ||
| DEST_DIR | /var/backup/git | destination path | | ||
| HOUR | 0 |cron-syntax backup hour | | ||
| KEEP_DAYS | 31 | days of snapshots to keep | | ||
|
@@ -52,7 +52,7 @@ These variables can be passed to the image from kubernetes.yaml or docker-compos | |
| REPO_PREFIX | [email protected]:instantlinux/ | prefix for each repository URI | | ||
| REPOS | | repository URIs to back up | | ||
| SCM_TYPE | github | type - github, gitlab, or gitea | | ||
| SSHKEY_SECRET | git-dump_sshkey | docker secret name as below | | ||
| SSHKEY_SECRETNAME | git-dump_sshkey | docker secret name as below | | ||
| SSH_PORT | 22 | TCP port of git service | | ||
| TZ | UTC | time zone | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
FROM alpine:3.20 | ||
MAINTAINER Rich Braun <[email protected]> | ||
FROM alpine:3.21 | ||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
LABEL org.label-schema.build-date=$BUILD_DATE \ | ||
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \ | ||
org.label-schema.build-date=$BUILD_DATE \ | ||
org.label-schema.license=GPL-2.0 \ | ||
org.label-schema.name=git-pull \ | ||
org.label-schema.vcs-ref=$VCS_REF \ | ||
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools | ||
|
||
ARG GIT_VERSION=2.45.2-r0 | ||
ARG GIT_VERSION=2.47.1-r0 | ||
ENV DEST=. \ | ||
GIT_COMMIT=master \ | ||
GIT_HOST=github.com \ | ||
|
@@ -20,4 +20,4 @@ RUN apk add --no-cache --update git=$GIT_VERSION openssh-client && \ | |
VOLUME /git | ||
|
||
COPY entrypoint.sh /root/ | ||
ENTRYPOINT /root/entrypoint.sh | ||
ENTRYPOINT ["/root/entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
FROM haproxy:3.0.2-alpine | ||
MAINTAINER Rich Braun "[email protected]" | ||
FROM haproxy:3.1.1-alpine | ||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
LABEL org.label-schema.build-date=$BUILD_DATE \ | ||
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \ | ||
org.label-schema.build-date=$BUILD_DATE \ | ||
org.label-schema.license=GPL-2.0 \ | ||
org.label-schema.name=haproxy-keepalived \ | ||
org.label-schema.vcs-ref=$VCS_REF \ | ||
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools | ||
|
||
ARG KEEPALIVED_VERSION=2.2.8-r0 | ||
ARG KEEPALIVED_VERSION=2.3.1-r0 | ||
ENV KEEPALIVE_CONFIG_ID=main \ | ||
PORT_HAPROXY_STATS=8080 \ | ||
STATS_ENABLE=yes \ | ||
STATS_SECRET=haproxy-stats-password \ | ||
STATS_SECRETNAME=haproxy-stats-password \ | ||
STATS_USER=haproxy \ | ||
STATS_URI=/stats \ | ||
TIMEOUT=50000 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.