https://cnb.cool/cnb/cool/default-dev-env
Note: ONLY ubuntu-based images are supported.
# Build an ubuntu image
make build
# Build with old ubuntu image
make build BASE_IMAGE=ubuntu:22.04 TAG=ubuntu:22.04
# Build with ollama base image
make build BASE_IMAGE=ollama/ollama TAG=ollama:latest