docker-base-images
docker-base-images copied to clipboard
Dockerfiles to all docker base images we use at whatwedo
whatwedo - Docker Base Images
We at whatwedo are building and deploying all applications using Docker containers. For this reason we built some basic docker images. They are available on Dockerhub. You can use them easily in your own projects.
Images
| Name | Description |
|---|---|
| whatwedo/base | Base image with health check and init system |
| whatwedo/nginx | nginx web server |
| whatwedo/nginx-php | nginx web server and PHP-FPM |
| whatwedo/php | PHP interpreter |
| whatwedo/symfony5 | Symfony image based on nginx and PHP-FPM |
| whatwedo/yarn | yarn package manager |
Versions
| Tag | State | OS | PHP Version |
|---|---|---|---|
v2.3, v2.3-[BUILD-DATE] |
Stable | Alpine 3.12 | PHP 8.0 |
v2.2, v2.2-[BUILD-DATE] |
Security fixes only | Alpine 3.11 | PHP 7.4 |
Directory/File Layout
The following table show the directory layout of this repository:
| Folder | Description |
|---|---|
images |
Dockerfile, additional files and README's for the different images. |
shared |
Files which are use by several images |
build_order |
File to defined the order used while building all images |
build.sh |
build.sh is a script for building and/or pushing all or single image/s |
Bugs and Issues
If you have any problems with this image, feel free to open a new issue in our issue tracker https://github.com/whatwedo/docker-base-images/issues.
License
This image is licensed under the MIT License. The full license text is available under https://github.com/whatwedo/docker-base-images/blob/v2.3/LICENSE.
Further information
There are a number of images we are using at whatwedo. Feel free to use them. More information about the other images are available in our Github repo.