Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpengine/base-images-public
Simple Docker Images
https://github.com/wpengine/base-images-public
docker rd soc2
Last synced: about 2 months ago
JSON representation
Simple Docker Images
- Host: GitHub
- URL: https://github.com/wpengine/base-images-public
- Owner: wpengine
- License: mit
- Created: 2017-01-05T22:13:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T16:20:09.000Z (5 months ago)
- Last Synced: 2024-08-03T15:47:02.827Z (5 months ago)
- Topics: docker, rd, soc2
- Language: Dockerfile
- Size: 304 KB
- Stars: 15
- Watchers: 84
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# base-images-public
This repository contains Dockerfiles and configuration scripts for Docker images containing various utilities. The resulting images are typically hosted on Docker Hub via automated builds. These automated builds look for changes in this repo and will tag any updated images with latest (as long as they're in the master branch).
If you would like to test an image, you can push to a branch with the branch-name called {image-you-care-about}-new-version, and docker-hub will publish a new image that is tagged terraform-new-version. For example, say I want to test a new terraform version... I could push a branch named terraform-0.11.7, and dockerhub will build a new terraform image with the tag terraform-0.11.7.
## Adding new images
To add a new image to be managed by this repository and automatically built, see the Confluence Wiki article named "How to add to base-images-public".