-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jeffrey Girard edited this page Jun 24, 2026
·
13 revisions
This is just a reminder/convenience for the developer.
docker buildx create --use
docker buildx build --no-cache --platform linux/amd64,linux/arm64 -f noble.Dockerfile -t jmgirard/rocker-bayes:latest -t jmgirard/rocker-bayes:noble --push .
docker buildx build --no-cache --platform linux/amd64,linux/arm64 -f resolute.Dockerfile -t jmgirard/rocker-bayes:resolute --push .