This commit is contained in:
parent
d8fa84a2c9
commit
d9eaabe82e
@ -16,14 +16,12 @@ steps:
|
||||
from_secret: docker_password
|
||||
commands:
|
||||
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443
|
||||
- cat ~/.docker/config.json
|
||||
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
|
||||
- docker buildx create --use --name crosscomp
|
||||
- docker buildx inspect --bootstrap
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t hello-ci:latest-multi .
|
||||
- docker image ls
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t registry.chrz.de:443/hello-ci:latest-multi .
|
||||
- docker image ls
|
||||
- docker buildx imagetools inspect registry.chrz.de:443/hello-ci:latest-multi
|
||||
- docker buildx imagetools inspect hello-ci:latest-multi
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
|
Loading…
Reference in New Issue
Block a user