@ -20,6 +20,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-alpine
tags : getssl-alpine
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -34,6 +43,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-bash4-0
tags : getssl-bash4-0
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -48,6 +66,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-bash4-2
tags : getssl-bash4-2
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -62,6 +89,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-bash5-0
tags : getssl-bash5-0
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -76,6 +112,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-centos6
tags : getssl-centos6
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -90,6 +135,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-centos7
tags : getssl-centos7
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -104,6 +158,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-centos8
tags : getssl-centos8
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -118,6 +181,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-debian
tags : getssl-debian
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -132,6 +204,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-rockylinux8
tags : getssl-rockylinux8
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -146,6 +227,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-ubuntu
tags : getssl-ubuntu
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -160,6 +250,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-ubuntu14
tags : getssl-ubuntu14
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -174,6 +273,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-ubuntu16
tags : getssl-ubuntu16
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1
@ -188,6 +296,15 @@ jobs:
- uses : actions/checkout@v4
- name : Set up Docker Buildx
uses : docker/setup-buildx-action@v3
- name : Build test image
uses : docker/build-push-action@v5
with:
context : .
file : test/Dockerfile-ubuntu18
tags : getssl-ubuntu18
load : true
cache-from : type=gha
cache-to : type=gha,mode=max
- name : Build the docker compose stack
run : |
export DOCKER_BUILDKIT=1