File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5454 docker pull --platform linux/arm64 python:3.9-slim-bookworm
5555 docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-arm64
5656 docker rmi python:3.9-slim-bookworm
57+ docker push ghcr.io/lightislost/python:3.9-slim-bookworm-arm64
5758 docker images
5859
5960 - name : docker image
6263 docker pull --platform linux/amd64 python:3.9-slim-bookworm
6364 docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
6465 docker rmi python:3.9-slim-bookworm
66+ docker push ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
6567 docker images
6668 docker manifest create ghcr.io/lightislost/python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-arm64 ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
6769 docker manifest inspect ghcr.io/lightislost/python:3.9-slim-bookworm
You can’t perform that action at this time.
0 commit comments