Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 6.11 KB

README.md

File metadata and controls

41 lines (28 loc) · 6.11 KB


Go shelf

Image Dockerfile Pulls Size
dockershelf/go:1.19-bookworm
dockershelf/go:1.19-sid
dockershelf/go:1.20-bookworm
dockershelf/go:1.20-sid
dockershelf/go:1.21-bookworm
dockershelf/go:1.21-sid
dockershelf/go:1.22-bookworm
dockershelf/go:1.22-sid

Building process

The Go images are built using a bash script go/build-image.sh, you can check it out for details.

Each python release is downloaded and installed from the official website.

We'll explain the overall process here:

  1. Built FROM dockershelf/debian:<release>.
  2. Labelled according to label-schema.org and opencontainers specification.
  3. Install developer tools to handle the package installation.
  4. Install Go.
  5. Uninstall developer tools and orphan packages. 76 Shrink image by deleting unnecessary files.

Made with 💖 and 🍔

Banner

Web luisalejandro.org · GitHub @LuisAlejandro · Twitter @LuisAlejandro