Added ubi9 base image support
Build and Push Alpine PHP Image / Build and push image (push) Successful in 47s
Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 47s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image (push) Successful in 6m41s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 apache image (push) Failing after 17s
Details
Build and Push ubi9 PHP Image / Build and push ubi9-micro image (push) Successful in 3m26s
Details
Build and Push Alpine PHP Image / Build and push image (push) Successful in 47s
Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 47s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image (push) Successful in 6m41s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 apache image (push) Failing after 17s
Details
Build and Push ubi9 PHP Image / Build and push ubi9-micro image (push) Successful in 3m26s
Details
This commit is contained in:
parent
eef4941edc
commit
e8fd54ce1a
|
@ -151,7 +151,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.5
|
||||
|
@ -165,7 +165,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.9
|
||||
|
@ -178,7 +178,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.10
|
||||
|
@ -191,7 +191,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.13
|
||||
|
@ -205,7 +205,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.16
|
||||
|
@ -218,7 +218,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.18
|
||||
|
@ -231,7 +231,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.18
|
||||
|
@ -244,7 +244,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.19
|
||||
|
@ -257,7 +257,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.apache-alpine
|
||||
file: Dockerfile.alpine-apache
|
||||
build-args: |
|
||||
REGISTRY_URL=git.winteraccess.id/docker
|
||||
ALPINE_VERSION=3.21
|
||||
|
|
Loading…
Reference in New Issue