Fixed wrong dockerfile for alpine
Build and Push Ubuntu PHP 5.6 Image / Build and push image (push) Successful in 1m44s
Details
Build and Push Ubuntu PHP 7.3 Image / Build and push image (push) Successful in 1m40s
Details
Build and Push Ubuntu PHP 7.2 Image / Build and push image (push) Successful in 3m28s
Details
Build and Push Ubuntu PHP 7.4 Image / Build and push image (push) Successful in 1m39s
Details
Build and Push Ubuntu PHP 8.1 Image / Build and push image (push) Successful in 1m43s
Details
Build and Push Ubuntu PHP 8.0 Image / Build and push image (push) Successful in 3m27s
Details
Build and Push Alpine PHP 8.3 Image / Build and push image (push) Successful in 31s
Details
Build and Push Ubuntu PHP 8.2 Image / Build and push image (push) Successful in 1m38s
Details
Build and Push Ubuntu PHP 8.3 Image / Build and push image (push) Successful in 3m34s
Details
Build and Push Ubuntu PHP 5.6 Image / Build and push image (push) Successful in 1m44s
Details
Build and Push Ubuntu PHP 7.3 Image / Build and push image (push) Successful in 1m40s
Details
Build and Push Ubuntu PHP 7.2 Image / Build and push image (push) Successful in 3m28s
Details
Build and Push Ubuntu PHP 7.4 Image / Build and push image (push) Successful in 1m39s
Details
Build and Push Ubuntu PHP 8.1 Image / Build and push image (push) Successful in 1m43s
Details
Build and Push Ubuntu PHP 8.0 Image / Build and push image (push) Successful in 3m27s
Details
Build and Push Alpine PHP 8.3 Image / Build and push image (push) Successful in 31s
Details
Build and Push Ubuntu PHP 8.2 Image / Build and push image (push) Successful in 1m38s
Details
Build and Push Ubuntu PHP 8.3 Image / Build and push image (push) Successful in 3m34s
Details
This commit is contained in:
parent
752637a4ab
commit
25b6636c08
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.ubuntu
|
file: Dockerfile.alpine
|
||||||
build-args: |
|
build-args: |
|
||||||
ALPINE_VERSION=3.19
|
ALPINE_VERSION=3.19
|
||||||
PHP_VERSION=83
|
PHP_VERSION=83
|
||||||
|
|
|
@ -10,9 +10,6 @@ ENV PHP_VERSION=${PHP_VERSION}
|
||||||
# Set workdir at root
|
# Set workdir at root
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
# Use root user to install all dependencies
|
|
||||||
USER root
|
|
||||||
|
|
||||||
RUN apt -y update && apt -y upgrade && apt -y install \
|
RUN apt -y update && apt -y upgrade && apt -y install \
|
||||||
software-properties-common
|
software-properties-common
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue