built with concourse
OVERVIEW
Docker is useful for the automated BUILD of a docker custom image. Docker is also useful for the automated DEPLOY of a docker custom image in an loosely isolated environment. This is useful for easily launching an App/Service.
DOCKER IMAGES
-
compact-multi-stage-build-example
Using docker to multi-stage build a docker image containing the alpine OS.
-
Using docker to build a docker image containing the Ubuntu 22.04 OS (with gcloud and kubectl).
-
Using docker to build a docker image containing the ubuntu 22.04 OS (with go, gcloud and packer).