diff --git a/.github/workflows/build-bunkerized-nginx-autoconf.yml b/.github/workflows/build-bunkerized-nginx-autoconf.yml index 3279cb1..f48be09 100644 --- a/.github/workflows/build-bunkerized-nginx-autoconf.yml +++ b/.github/workflows/build-bunkerized-nginx-autoconf.yml @@ -45,6 +45,7 @@ jobs: context: . file: autoconf/Dockerfile platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8 + load: true push: false tags: bunkerized-nginx-autoconf cache-from: type=local,src=/tmp/.buildx-cache @@ -63,6 +64,7 @@ jobs: context: . file: autoconf/Dockerfile platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8 + load: true push: false tags: bunkerized-nginx-autoconf cache-to: type=local,dest=/tmp/.buildx-cache-master diff --git a/.github/workflows/build-bunkerized-nginx-ui.yml b/.github/workflows/build-bunkerized-nginx-ui.yml index 3d59c79..9f1add8 100644 --- a/.github/workflows/build-bunkerized-nginx-ui.yml +++ b/.github/workflows/build-bunkerized-nginx-ui.yml @@ -45,6 +45,7 @@ jobs: context: . file: ui/Dockerfile platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8 + load: true push: false tags: bunkerized-nginx-ui cache-from: type=local,src=/tmp/.buildx-cache @@ -63,6 +64,7 @@ jobs: context: . file: ui/Dockerfile platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8 + load: true push: false tags: bunkerized-nginx-ui cache-to: type=local,dest=/tmp/.buildx-cache-master diff --git a/.github/workflows/build-bunkerized-nginx.yml b/.github/workflows/build-bunkerized-nginx.yml index a7908e7..0eaa407 100644 --- a/.github/workflows/build-bunkerized-nginx.yml +++ b/.github/workflows/build-bunkerized-nginx.yml @@ -44,6 +44,7 @@ jobs: with: context: . platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8 + load: true push: false tags: bunkerized-nginx cache-from: type=local,src=/tmp/.buildx-cache @@ -61,6 +62,7 @@ jobs: with: context: . platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8 + load: true push: false tags: bunkerized-nginx cache-to: type=local,dest=/tmp/.buildx-cache-master diff --git a/entrypoint/certbot.sh b/entrypoint/certbot.sh index 7892959..cc8fad6 100644 --- a/entrypoint/certbot.sh +++ b/entrypoint/certbot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/abusers.sh b/scripts/abusers.sh index ec128a1..1ada947 100755 --- a/scripts/abusers.sh +++ b/scripts/abusers.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/certbot-new.sh b/scripts/certbot-new.sh index 4c18de5..eafd9a4 100644 --- a/scripts/certbot-new.sh +++ b/scripts/certbot-new.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # generate certificate certbot certonly --webroot -w /opt/bunkerized-nginx/acme-challenge -n -d "$1" --email "$2" --agree-tos diff --git a/scripts/certbot-renew-hook.sh b/scripts/certbot-renew-hook.sh index e382b11..0b16d3d 100644 --- a/scripts/certbot-renew-hook.sh +++ b/scripts/certbot-renew-hook.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/certbot-renew.sh b/scripts/certbot-renew.sh index 4724342..84faae4 100644 --- a/scripts/certbot-renew.sh +++ b/scripts/certbot-renew.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/exit-nodes.sh b/scripts/exit-nodes.sh index 95f8d8f..6f7cbe4 100644 --- a/scripts/exit-nodes.sh +++ b/scripts/exit-nodes.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/geoip.sh b/scripts/geoip.sh index 5e5b89e..78bb6ff 100644 --- a/scripts/geoip.sh +++ b/scripts/geoip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/proxies.sh b/scripts/proxies.sh index 9728b0f..c16f22d 100755 --- a/scripts/proxies.sh +++ b/scripts/proxies.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/referrers.sh b/scripts/referrers.sh index 088c5ad..c37d527 100755 --- a/scripts/referrers.sh +++ b/scripts/referrers.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh diff --git a/scripts/user-agents.sh b/scripts/user-agents.sh index 92bc92d..cd8c2a4 100755 --- a/scripts/user-agents.sh +++ b/scripts/user-agents.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # load some functions . /opt/bunkerized-nginx/entrypoint/utils.sh