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
69557e24
Commit
69557e24
authored
Nov 13, 2020
by
Ludwig Ruderstaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHP 8.0RC4, 7.4.12, 7.3.24
parent
8b3ee481
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
42 additions
and
42 deletions
+42
-42
.gitlab-ci.yml
.gitlab-ci.yml
+24
-24
dist/7.3/cli/Dockerfile
dist/7.3/cli/Dockerfile
+1
-1
dist/7.3/fpm/Dockerfile
dist/7.3/fpm/Dockerfile
+1
-1
dist/7.4/cli/Dockerfile
dist/7.4/cli/Dockerfile
+1
-1
dist/7.4/fpm/Dockerfile
dist/7.4/fpm/Dockerfile
+1
-1
dist/8.0/cli/Dockerfile
dist/8.0/cli/Dockerfile
+1
-1
dist/8.0/fpm/Dockerfile
dist/8.0/fpm/Dockerfile
+1
-1
versions.json
versions.json
+12
-12
No files found.
.gitlab-ci.yml
View file @
69557e24
...
...
@@ -63,8 +63,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:7.3.2
3
" -t "$CI_REGISTRY_IMAGE/cli:7.3" "dist/7.3/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.3.2
3
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:7.3.2
4
" -t "$CI_REGISTRY_IMAGE/cli:7.3" "dist/7.3/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.3.2
4
"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.3"
when
:
manual
...
...
@@ -76,8 +76,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.3.2
3
" -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.3" "dist/7.3/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.3.2
3
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.3.2
4
" -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.3" "dist/7.3/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.3.2
4
"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.3"
##########################################
...
...
@@ -87,8 +87,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:7.4.1
1
" -t "$CI_REGISTRY_IMAGE/cli:7.4" "dist/7.4/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.4.1
1
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:7.4.1
2
" -t "$CI_REGISTRY_IMAGE/cli:7.4" "dist/7.4/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.4.1
2
"
-
docker push "$CI_REGISTRY_IMAGE/cli:7.4"
when
:
manual
...
...
@@ -100,8 +100,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.1
1
" -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.4" "dist/7.4/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.1
1
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.1
2
" -t "$CI_REGISTRY_IMAGE/cli-xdebug:7.4" "dist/7.4/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.4.1
2
"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:7.4"
##########################################
...
...
@@ -111,8 +111,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:8.0.0rc
2
" -t "$CI_REGISTRY_IMAGE/cli:8.0" "dist/8.0/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:8.0.0rc
2
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli:8.0.0rc
4
" -t "$CI_REGISTRY_IMAGE/cli:8.0" "dist/8.0/cli"
-
docker push "$CI_REGISTRY_IMAGE/cli:8.0.0rc
4
"
-
docker push "$CI_REGISTRY_IMAGE/cli:8.0"
when
:
manual
...
...
@@ -124,8 +124,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:8.0.0rc
2
" -t "$CI_REGISTRY_IMAGE/cli-xdebug:8.0" "dist/8.0/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:8.0.0rc
2
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/cli-xdebug:8.0.0rc
4
" -t "$CI_REGISTRY_IMAGE/cli-xdebug:8.0" "dist/8.0/cli-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:8.0.0rc
4
"
-
docker push "$CI_REGISTRY_IMAGE/cli-xdebug:8.0"
##########################################
...
...
@@ -183,8 +183,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:7.3.2
3
" -t "$CI_REGISTRY_IMAGE/fpm:7.3" "dist/7.3/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.3.2
3
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:7.3.2
4
" -t "$CI_REGISTRY_IMAGE/fpm:7.3" "dist/7.3/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.3.2
4
"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.3"
when
:
manual
...
...
@@ -196,8 +196,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.3.2
3
" -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.3" "dist/7.3/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.3.2
3
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.3.2
4
" -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.3" "dist/7.3/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.3.2
4
"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.3"
##########################################
...
...
@@ -207,8 +207,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:7.4.1
1
" -t "$CI_REGISTRY_IMAGE/fpm:7.4" "dist/7.4/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.4.1
1
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:7.4.1
2
" -t "$CI_REGISTRY_IMAGE/fpm:7.4" "dist/7.4/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.4.1
2
"
-
docker push "$CI_REGISTRY_IMAGE/fpm:7.4"
when
:
manual
...
...
@@ -220,8 +220,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.1
1
" -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4" "dist/7.4/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.1
1
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.1
2
" -t "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4" "dist/7.4/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4.1
2
"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:7.4"
##########################################
...
...
@@ -231,8 +231,8 @@ before_script:
tags
:
-
autoscale
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:8.0.0rc
2
" -t "$CI_REGISTRY_IMAGE/fpm:8.0" "dist/8.0/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:8.0.0rc
2
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm:8.0.0rc
4
" -t "$CI_REGISTRY_IMAGE/fpm:8.0" "dist/8.0/fpm"
-
docker push "$CI_REGISTRY_IMAGE/fpm:8.0.0rc
4
"
-
docker push "$CI_REGISTRY_IMAGE/fpm:8.0"
when
:
manual
...
...
@@ -244,8 +244,8 @@ before_script:
-
autoscale
when
:
manual
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:8.0.0rc
2
" -t "$CI_REGISTRY_IMAGE/fpm-xdebug:8.0" "dist/8.0/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:8.0.0rc
2
"
-
docker build --pull -t "$CI_REGISTRY_IMAGE/fpm-xdebug:8.0.0rc
4
" -t "$CI_REGISTRY_IMAGE/fpm-xdebug:8.0" "dist/8.0/fpm-xdebug"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:8.0.0rc
4
"
-
docker push "$CI_REGISTRY_IMAGE/fpm-xdebug:8.0"
##########################################
...
...
dist/7.3/cli/Dockerfile
View file @
69557e24
FROM
php:7.3.2
3
-alpine
FROM
php:7.3.2
4
-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/7.3/fpm/Dockerfile
View file @
69557e24
FROM
php:7.3.2
3
-fpm-alpine
FROM
php:7.3.2
4
-fpm-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/7.4/cli/Dockerfile
View file @
69557e24
FROM
php:7.4.1
1
-alpine
FROM
php:7.4.1
2
-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/7.4/fpm/Dockerfile
View file @
69557e24
FROM
php:7.4.1
1
-fpm-alpine
FROM
php:7.4.1
2
-fpm-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/8.0/cli/Dockerfile
View file @
69557e24
FROM
php:8.0.0RC
2
-alpine
FROM
php:8.0.0RC
4
-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/8.0/fpm/Dockerfile
View file @
69557e24
FROM
php:8.0.0RC
2
-fpm-alpine
FROM
php:8.0.0RC
4
-fpm-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
versions.json
View file @
69557e24
...
...
@@ -11,18 +11,18 @@
"use_xdebug"
:
true
},
"7.3"
:
{
"tags"
:
[
"7.3.2
3
"
,
"7.3"
],
"image"
:
"php:7.3.2
3
-alpine"
,
"tags"
:
[
"7.3.2
4
"
,
"7.3"
],
"image"
:
"php:7.3.2
4
-alpine"
,
"use_xdebug"
:
true
},
"7.4"
:
{
"tags"
:
[
"7.4.1
1
"
,
"7.4"
],
"image"
:
"php:7.4.1
1
-alpine"
,
"tags"
:
[
"7.4.1
2
"
,
"7.4"
],
"image"
:
"php:7.4.1
2
-alpine"
,
"use_xdebug"
:
true
},
"8.0"
:
{
"tags"
:
[
"8.0.0rc
2
"
,
"8.0"
],
"image"
:
"php:8.0.0RC
2
-alpine"
,
"tags"
:
[
"8.0.0rc
4
"
,
"8.0"
],
"image"
:
"php:8.0.0RC
4
-alpine"
,
"use_xdebug"
:
true
}
...
...
@@ -40,18 +40,18 @@
"use_xdebug"
:
true
},
"7.3"
:
{
"tags"
:
[
"7.3.2
3
"
,
"7.3"
],
"image"
:
"php:7.3.2
3
-fpm-alpine"
,
"tags"
:
[
"7.3.2
4
"
,
"7.3"
],
"image"
:
"php:7.3.2
4
-fpm-alpine"
,
"use_xdebug"
:
true
},
"7.4"
:
{
"tags"
:
[
"7.4.1
1
"
,
"7.4"
],
"image"
:
"php:7.4.1
1
-fpm-alpine"
,
"tags"
:
[
"7.4.1
2
"
,
"7.4"
],
"image"
:
"php:7.4.1
2
-fpm-alpine"
,
"use_xdebug"
:
true
},
"8.0"
:
{
"tags"
:
[
"8.0.0rc
2
"
,
"8.0"
],
"image"
:
"php:8.0.0RC
2
-fpm-alpine"
,
"tags"
:
[
"8.0.0rc
4
"
,
"8.0"
],
"image"
:
"php:8.0.0RC
4
-fpm-alpine"
,
"use_xdebug"
:
true
}
...
...
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