Sign inSign up

jobteaser/dockerbuild

By jobteaser

Updated about 2 years ago

Docker image used by our team to build docker images on CI/CD.

Image
0

6.3K

jobteaser/dockerbuild repository overview

Dockerfiles

Various Dockerfiles used by our tech team

Build

Each folder foo contains a foo/Dockerfile that have an associated public automated-build on dockerhub/jobteaser build that provide the latest image jobteaser/foo:latest.

It is also possible for a developper to build locally the images.

Default
make foo-build

By default jobteaser/foo:alpha is build based on the file that must exist foo/Dockerfiles.

Custom
DOCKER_REGISTRY=custom VERSION=dev make foo

Builds the image custom/foo:dev based on the file that must exist foo/Dockerfiles.

Tag summary

Content type

Image

Digest

sha256:feaeff09b

Size

124.9 MB

Last updated

about 2 years ago

docker pull jobteaser/dockerbuild