Skip to content

Commit d52eefe

Browse files
authored
83-ffmpeg
1 parent fb7fad4 commit d52eefe

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/docker-8.3-php.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,27 @@ jobs:
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---------------------

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ./service.d/supervisor.d/run-eval-env.sh /opt/docker/bin/service.d/supervis
1212
COPY ./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/
1616
COPY ./script/docker-build-dir.sh /opt/docker/bin/usr-bin/docker-build-dir.sh
1717

1818
#

0 commit comments

Comments
 (0)