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
65159792
Commit
65159792
authored
Jun 27, 2020
by
Ludwig Ruderstaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing 8.0 path
parent
c16ce18b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
15 deletions
+26
-15
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
+24
-13
No files found.
dist/8.0/cli/Dockerfile
View file @
65159792
FROM
8.0.0alpha1-alpine
FROM
php:
8.0.0alpha1-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/8.0/fpm/Dockerfile
View file @
65159792
FROM
8.0.0alpha1-fpm-alpine
FROM
php:
8.0.0alpha1-fpm-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
versions.json
View file @
65159792
...
...
@@ -6,20 +6,26 @@
"use_xdebug"
:
true
},
"7.2"
:
{
"tags"
:
[
"7.2.
29
"
,
"7.2"
],
"image"
:
"php:7.2.
29
-alpine"
,
"tags"
:
[
"7.2.
31
"
,
"7.2"
],
"image"
:
"php:7.2.
31
-alpine"
,
"use_xdebug"
:
true
},
"7.3"
:
{
"tags"
:
[
"7.3.1
6
"
,
"7.3"
],
"image"
:
"php:7.3.1
6
-alpine"
,
"tags"
:
[
"7.3.1
9
"
,
"7.3"
],
"image"
:
"php:7.3.1
9
-alpine"
,
"use_xdebug"
:
true
},
"7.4"
:
{
"tags"
:
[
"7.4.
4
"
,
"7.4"
],
"image"
:
"php:7.4.
4
-alpine"
,
"tags"
:
[
"7.4.
7
"
,
"7.4"
],
"image"
:
"php:7.4.
7
-alpine"
,
"use_xdebug"
:
true
}
},
"8.0"
:
{
"tags"
:
[
"8.0.0alpha1"
,
"8.0"
],
"image"
:
"php:8.0.0alpha1-alpine"
,
"use_xdebug"
:
false
}
},
"fpm"
:
{
...
...
@@ -29,19 +35,24 @@
"use_xdebug"
:
true
},
"7.2"
:
{
"tags"
:
[
"7.2.
29
"
,
"7.2"
],
"image"
:
"php:7.2.
29
-fpm-alpine"
,
"tags"
:
[
"7.2.
31
"
,
"7.2"
],
"image"
:
"php:7.2.
31
-fpm-alpine"
,
"use_xdebug"
:
true
},
"7.3"
:
{
"tags"
:
[
"7.3.1
6
"
,
"7.3"
],
"image"
:
"php:7.3.1
6
-fpm-alpine"
,
"tags"
:
[
"7.3.1
9
"
,
"7.3"
],
"image"
:
"php:7.3.1
9
-fpm-alpine"
,
"use_xdebug"
:
true
},
"7.4"
:
{
"tags"
:
[
"7.4.
4
"
,
"7.4"
],
"image"
:
"php:7.4.
4
-fpm-alpine"
,
"tags"
:
[
"7.4.
7
"
,
"7.4"
],
"image"
:
"php:7.4.
7
-fpm-alpine"
,
"use_xdebug"
:
true
},
"8.0"
:
{
"tags"
:
[
"8.0.0alpha1"
,
"8.0"
],
"image"
:
"php:8.0.0alpha1-fpm-alpine"
,
"use_xdebug"
:
false
}
}
...
...
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