This commit is contained in:
parent
d9e0f631cc
commit
d8fa84a2c9
@ -16,11 +16,12 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
commands:
|
commands:
|
||||||
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443
|
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443
|
||||||
|
- cat ~/.docker/config.json
|
||||||
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
|
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
|
||||||
- docker buildx create --use --name crosscomp
|
- docker buildx create --use --name crosscomp
|
||||||
- docker buildx inspect --bootstrap
|
- docker buildx inspect --bootstrap
|
||||||
- docker image ls
|
- docker image ls
|
||||||
- docker buildx build --privileged --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 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 image ls
|
||||||
- docker buildx imagetools inspect registry.chrz.de:443/hello-ci:latest-multi
|
- docker buildx imagetools inspect registry.chrz.de:443/hello-ci:latest-multi
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user