Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
docker
PHP
Commits
71c5c4cb
Commit
71c5c4cb
authored
Sep 14, 2020
by
Ludwig Ruderstaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
need php 7.4.2
parent
3879c193
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
14 deletions
+10
-14
.gitlab-ci.yml
.gitlab-ci.yml
+8
-12
dist/7.4/cli/Dockerfile
dist/7.4/cli/Dockerfile
+1
-1
dist/7.4/fpm/Dockerfile
dist/7.4/fpm/Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
71c5c4cb
...
...
@@ -87,9 +87,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:7.4.10" -t "$CI_REGISTRY_IMAGE/cli:7.4" "dist/7.4/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.4.10"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.4"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:7.4.2" "dist/7.4/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.4.2"
when
:
manual
##########################################
...
...
@@ -100,9 +99,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.10" -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.4" "dist/7.4/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.10"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.4"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.2" "dist/7.4/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.2"
##########################################
...
...
@@ -207,9 +205,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:7.4.10" -t "$CI_REGISTRY_IMAGE/fpm:7.4" "dist/7.4/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.4.10"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.4"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:7.4.2" "dist/7.4/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.4.2"
when
:
manual
##########################################
...
...
@@ -220,9 +217,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.10" -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4" "dist/7.4/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.10"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.2" "dist/7.4/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.2"
##########################################
...
...
dist/7.4/cli/Dockerfile
View file @
71c5c4cb
FROM
php:7.4.
10
-alpine
FROM
php:7.4.
2
-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/7.4/fpm/Dockerfile
View file @
71c5c4cb
FROM
php:7.4.
10
-fpm-alpine
FROM
php:7.4.
2
-fpm-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment