File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 9898 # Adds labels with git repository information to the built image
9999 labels : true
100100
101+
102+ - name : 8.3-alpine-php-dev-ffmpeg
103+ uses : docker/build-push-action@v3
104+ with :
105+ # Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
106+ tags : |
107+ adockero/php-nginx:8.3-alpine-php-dev
108+ # pull: false
109+ # push: true
110+ push : true
111+ context : ./
112+ # Path to the Dockerfile (Default is '{path}/Dockerfile')
113+ # path: ./dockerfile
114+ file : Dockerfile.sshd
115+ # Comma-delimited list of build-time variables
116+ build-args : |
117+ FROM_ARG=adockero/php-nginx:8.3-alpine-php-dev-not-ssh-fpm
118+ BUILD_SCRIPT_ARG=install-ffmpeg.sh
119+ # Adds labels with git repository information to the built image
120+ labels : true
121+
101122# ---------------dev--alpine---end---------------------
102123
103124# ---------------dev--ubuntu---start---------------------
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY ./service.d/supervisor.d/run-eval-env.sh /opt/docker/bin/service.d/supervis
1212COPY ./service.d/supervisor.d/local-user.sh /opt/docker/bin/service.d/supervisor.d/local-user.sh
1313
1414
15- COPY ./provision-build.d/timezonedb.sh /opt/docker/provision/local-build.d/timezonedb.sh
15+ COPY ./provision-build.d/ /opt/docker/provision/local-build.d/
1616COPY ./script/docker-build-dir.sh /opt/docker/bin/usr-bin/docker-build-dir.sh
1717
1818#
You can’t perform that action at this time.
0 commit comments