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 54
54
docker pull --platform linux/arm64 python:3.9-slim-bookworm
55
55
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-arm64
56
56
docker rmi python:3.9-slim-bookworm
57
+ docker push ghcr.io/lightislost/python:3.9-slim-bookworm-arm64
57
58
docker images
58
59
59
60
- name : docker image
62
63
docker pull --platform linux/amd64 python:3.9-slim-bookworm
63
64
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
64
65
docker rmi python:3.9-slim-bookworm
66
+ docker push ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
65
67
docker images
66
68
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
67
69
docker manifest inspect ghcr.io/lightislost/python:3.9-slim-bookworm
You can’t perform that action at this time.
0 commit comments