Docker base image build with debian:stable-slim
3.0K
This project build automatically a docker image FROM debian:stable-slim
ca-certificates
curl
ngrep
This project will've build this image weekly and publish with a tag stable
You can find all releases here: https://hub.docker.com/r/lborguetti/docker-base-image/tags/
The FROM instruction specifies the Base Image from which you are building, use this image there.
example:
cat <<EOF> Dockerfile
FROM lborguetti/docker-base-image:stable
ADD binary /
ENTRYPOINT ["./binary"]
EOF
Travis CI and Docker Hub can build this image weekly without user interaction.
Travis-CI is setted to trigger weekly a build from master branch. This build will create a branch with the name "year.month.day" and will push back to github.
At Docker Hub has a "automated build" listening new branches and building two images, one with the tag stable and other with the name of the branch.
note: For traceability the Dockerfile add a label with the name of the branch. So you can securely use the tag stable in your Dockerfiles.
Content type
Image
Digest
Size
30.6 MB
Last updated
over 5 years ago
docker pull lborguetti/docker-base-image:stable