File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -444,6 +444,8 @@ After completing the steps above; we will now build the Ubuntu image in the bran
444444
445445This docker image contains numerous arguments you can pass which determine what versions of Ubuntu and leaf dependencies will be installed.
446446
447+ <br />
448+
447449``` dockerfile
448450ARG IMAGE_REPO_AUTHOR="aetherinox"
449451ARG IMAGE_REPO_NAME="docker-base-ubuntu"
@@ -583,7 +585,6 @@ docker buildx build \
583585 --tag ghcr.io/aetherinox/ubuntu:24.04 \
584586 --tag ghcr.io/aetherinox/ubuntu:noble \
585587 --tag ghcr.io/aetherinox/ubuntu:noble-YYYYMMDD \
586- --tag ghcr.io/aetherinox/ubuntu:noble-amd64 \
587588 --attest type=provenance,disabled=true \
588589 --attest type=sbom,disabled=true \
589590 --output type=docker \
@@ -617,7 +618,6 @@ docker buildx build \
617618 --tag ghcr.io/aetherinox/ubuntu:24.04 \
618619 --tag ghcr.io/aetherinox/ubuntu:noble \
619620 --tag ghcr.io/aetherinox/ubuntu:noble-YYYYMMDD \
620- --tag ghcr.io/aetherinox/ubuntu:noble-arm64 \
621621 --attest type=provenance,disabled=true \
622622 --attest type=sbom,disabled=true \
623623 --output type=docker \
You can’t perform that action at this time.
0 commit comments