Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
whatwedo GmbH
PHP Alpine
Commits
1f90d3d6
Unverified
Commit
1f90d3d6
authored
Apr 09, 2018
by
Diego Hernandes
Browse files
update readme
parent
4dcb6997
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1f90d3d6
...
...
@@ -47,6 +47,20 @@ The examples on this documentation are now updated to reflect this decision.
The original names are kept, and it should not break working scripts.
## Base Images
If you want, you can use the base images as your starting point on this repository:
The available images are:
| Image Name | Tag | FROM Example | Description
| - | - | - | -
| codecasts/alpine-3.7 | php-7.2 |
`FROM codecasts/alpine-3.7:php-7.2`
| PHP 7.2 on Alpine v3.7
| codecasts/alpine-3.7 | php-7.1 |
`FROM codecasts/alpine-3.7:php-7.2`
| PHP 7.1 on Alpine v3.7
| codecasts/alpine-3.6 | php-7.2 |
`FROM codecasts/alpine-3.6:php-7.2`
| PHP 7.2 on Alpine v3.6
| codecasts/alpine-3.6 | php-7.1 |
`FROM codecasts/alpine-3.6:php-7.1`
| PHP 7.1 on Alpine v3.6
## Snippets
The following code snippets are intended for quick usage on either shell scripts or Dockerfile
...
...
Write
Preview
Supports
Markdown
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