Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whatwedo/docker-base-images
Dockerfiles to all docker base images we use at whatwedo
https://github.com/whatwedo/docker-base-images
apache docker docker-image dockerfile hacktoberfest nginx
Last synced: 3 months ago
JSON representation
Dockerfiles to all docker base images we use at whatwedo
- Host: GitHub
- URL: https://github.com/whatwedo/docker-base-images
- Owner: whatwedo
- License: mit
- Created: 2015-03-25T16:12:16.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T17:49:27.000Z (7 months ago)
- Last Synced: 2024-07-10T16:02:02.976Z (4 months ago)
- Topics: apache, docker, docker-image, dockerfile, hacktoberfest, nginx
- Homepage:
- Size: 846 KB
- Stars: 55
- Watchers: 19
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starts - whatwedo/docker-base-images - Dockerfiles to all docker base images we use at whatwedo (hacktoberfest)
README
# whatwedo - Docker Base Images
We at [whatwedo](https://whatwedo.ch/) are building and deploying all applications using Docker containers. For this reason we build and maintain some base docker images for our common needs. Even though our containers can be found on Docker Hub ([at the moment](https://news.ycombinator.com/item?id=35154025)), we recommend pulling them from our own Container Registry.
#### whatwedo Registry
```
registry.whatwedo.ch/whatwedo/docker-base-images/[container_name]:[version]# for example:
registry.whatwedo.ch/whatwedo/docker-base-images/php:v2.8
```#### Docker Hub
```
whatwedo/[container_name]:[version]# for example:
whatwedo/php:v2.8
```## Versions
| Tag | State | OS | PHP Version | Node | Arch |
|---|---|---|---|---|---|
| [`v2.7`](https://github.com/whatwedo/docker-base-images/tree/v2.7) | **Stable** | Alpine 3.18 | 8.2 | 18.16 | `x86_64`, `aarch64` |
| [`v2.8`](https://github.com/whatwedo/docker-base-images/tree/v2.8) | **Stable** | Alpine 3.19 | 8.3 | 20.10 | `x86_64`, `aarch64` |### Deprecated
| Tag | State | OS | PHP Version | Node | Arch |
|---|---|---|---|---|---|
| `v1.x` | Deprecated | Ubuntu 20.04 | 5.6-7.x | 14.x | `x86_64` |
| [`v2.2`](https://github.com/whatwedo/docker-base-images/tree/v2.2) | Deprecated | Alpine 3.12 | 7.4 | 12.22 | `x86_64` |
| [`v2.3`](https://github.com/whatwedo/docker-base-images/tree/v2.3) | Deprecated | Alpine 3.12 | 8.0 | 12.22 | `x86_64` |
| `v2.4` | Not released | Alpine 3.15 | 7.4 | 16.14 | `x86_64` |
| [`v2.5`](https://github.com/whatwedo/docker-base-images/tree/v2.5) | Deprecated | Alpine 3.16 | 8.1 | 16.15 | `x86_64` |
| [`v2.6`](https://github.com/whatwedo/docker-base-images/tree/v2.6) | Deprecated | Alpine 3.17 | 8.1 | 18.12 | `x86_64`, `aarch64` |## Docs
for a list of all images and documentation please take a look at the README in the specific version branch:
https://github.com/whatwedo/docker-base-images/branches/all?query=v
## 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.5/LICENSE.
## Further information
There are a number of images we are using at [whatwedo](https://whatwedo.ch/). Feel free to use them. More information about the other images are available in [our Github repo](https://github.com/whatwedo/docker-base-images).
co