Here are some example images that I've built, which are out-of-the-box and available in my Docker Hub namespace.
Assume you have installed Docker, like brew install docker
in Mac OS.
Now let's create and use a builder:
docker buildx create --use
This is how I built the images:
./build.sh
If you want to host the images in your namespace, do this:
export REPO_NAMESPACE=<YOUR REPO NAMESPACE, e.g. brightzheng100, or ghcr.io/YOURNAME>
./build.sh
Or, you can build you own always by using docker buildx build
.
Refer to the `build.sh for how.
- brightzheng100/vind-ubuntu:
version
-- with a "normal"ubuntu
user builtin -- where theversion
can be:- 25.04
- 24.10
- 24.04
- 22.04
- 20.04
- 18.04
- brightzheng100/vind-ubuntu-root:
version
, where theversion
can be:- 25.04
- 24.10
- 24.04
- 22.04
- 20.04
- 18.04
- brightzheng100/vind-fedora:
version
, where theversion
can be:- 42
- 41
- 40
- brightzheng100/vind-debian:
version
, where theversion
can be:- bookworm
- bullseye
- buster
- brightzheng100/vind-centos:
version
, where theversion
can be:- 8
- 7
- brightzheng100/vind-amazonlinux:
version
, where theversion
can be:- 2