Created
March 21, 2025 09:20
-
-
Save arioch1984/b873775631052828136776e3390b7731 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcloud auth login | |
gcloud auth configure-docker | |
docker pull europe-west3-docker.pkg.dev/<project>/<artifact registry repo>/<image name>:latest | |
docker run --platform linux/amd64 -it --entrypoint /bin/sh europe-west3-docker.pkg.dev/<project>/<artifact registry repo>/<image name>:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment