From 493016f7bc1ffe9452517bfb0346131360aac39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 9 Mar 2026 17:54:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(docker):=20=E6=9B=B4=E6=96=B0=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E8=84=9A=E6=9C=AC=E5=BC=95=E7=94=A8=E5=88=86=E6=94=AF?= =?UTF-8?q?=E8=87=B3=202026=20=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=A4=87=E4=BB=BD=E8=84=9A=E6=9C=AC=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- examples/cron/10-postgres-dump-docker-sock.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index dbe92e3..e006ae0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,7 +35,7 @@ mkdir -p /var/spool/cron/crontabs "$INIT_SCRIPTS_DIR" "$CRON_TASKS_DIR" if [ -n "$APK_PACKAGES" ]; then log_info "ensuring apk packages: $APK_PACKAGES" # shellcheck disable=SC2086 - if ! wget -qO- https://Git.1-H.CC/Scripts/Linux/raw/branch/main/ensure-apk-packages.sh | \ + if ! wget -qO- https://Git.1-H.CC/Scripts/Linux/raw/branch/2026/ensure-apk-packages.sh | \ sh -s -- $APK_PACKAGES; then log_error "failed to install requested apk packages" exit 1 diff --git a/examples/cron/10-postgres-dump-docker-sock.sh b/examples/cron/10-postgres-dump-docker-sock.sh index 9e3a874..312ef8d 100755 --- a/examples/cron/10-postgres-dump-docker-sock.sh +++ b/examples/cron/10-postgres-dump-docker-sock.sh @@ -1,4 +1,4 @@ -curl -fsSL https://Git.1-H.CC/Scripts/Linux/raw/branch/main/postgres-dump-zstd-docker-sock.sh | +curl -fsSL https://Git.1-H.CC/Scripts/Linux/raw/branch/2026/database-dump-via-docker-sock.sh | sh -s -- \ --socket=/var/run/docker.sock \ --api-version=v1.51 \