add load: true when autobuilding images and move from /bin/sh to /bin/bash

This commit is contained in:
bunkerity 2021-06-22 10:16:20 +02:00
parent a1fcbd4b83
commit 6bb6facd88
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
13 changed files with 16 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# load some functions
. /opt/bunkerized-nginx/entrypoint/utils.sh