Printing alternative tags of a docker image fetched from Google Container RegistryRun a Docker Image as a ContainerCopying files from Docker container to hostCopying files from host to Docker containerWhat is the difference between a Docker image and a container?How to copy Docker images from one host to another without using a repositoryFrom inside of a Docker container, how do I connect to the localhost of the machine?How can I find a Docker image with a specific tag in Docker registry on the Docker command line?How to upgrade docker container after its image changedAccess google container registry without the gcloud clientdocker push image from CoreOS to private google container registry
What kind of Chinook helicopter/airplane hybrid is this?
Write a function
Is there a method for differentiating informative comments from commented out code?
QR codes, do people use them?
Find out what encryptor name my database is using
How to "add vert" in blender 2.8?
How should I ask for a "pint" in countries that use metric?
Can the word "desk" be used as a verb?
Publishing papers seem natural to many, while I find it really hard to think novel stuff to pursue till publication. How to cope up with this?
Users forgotting to regenerate PDF before sending it
Is it possible for a character at any level to cast all 44 Cantrips in one week without Magic Items?
Who goes first? Person disembarking bus or the bicycle?
Moving millions of files to a different directory with specfic name patterns
Category-theoretic treatment of diffs, patches and merging?
Other Space Shuttle O-ring failures
Why do airports remove/realign runways?
Findminimum of Integral
What exactly is a "murder hobo"?
With a data transfer of 50 GB estimated 5 hours, are USB-C claimed speeds inaccurate or to blame?
How can I use my cell phone's light as a reading light?
Draw a diagram with rectangles
Can one block with a protection from color creature?
run bash scripts in folder all at the same time
Decrease spacing between a bullet point and its subbullet point
Printing alternative tags of a docker image fetched from Google Container Registry
Run a Docker Image as a ContainerCopying files from Docker container to hostCopying files from host to Docker containerWhat is the difference between a Docker image and a container?How to copy Docker images from one host to another without using a repositoryFrom inside of a Docker container, how do I connect to the localhost of the machine?How can I find a Docker image with a specific tag in Docker registry on the Docker command line?How to upgrade docker container after its image changedAccess google container registry without the gcloud clientdocker push image from CoreOS to private google container registry
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have authenticated my docker, so I can pull using the following:
docker pull asia.gcr.io/myproject/myimage:latest
This image has alternative tags viz. 0.0.33
and git commit hash 0ad2344
.
After I pull the image using the above docker pull command, is it possible to retrieve the alternative tags?
If not, how can I query the GCR to so I can retrive the alternative tags.
I checked docker inspect
does not seem to contain this information, so probably directly need to query GCR, how can I provide authentication information for it using docker
command only and not gcloud
?
docker google-container-registry
add a comment |
I have authenticated my docker, so I can pull using the following:
docker pull asia.gcr.io/myproject/myimage:latest
This image has alternative tags viz. 0.0.33
and git commit hash 0ad2344
.
After I pull the image using the above docker pull command, is it possible to retrieve the alternative tags?
If not, how can I query the GCR to so I can retrive the alternative tags.
I checked docker inspect
does not seem to contain this information, so probably directly need to query GCR, how can I provide authentication information for it using docker
command only and not gcloud
?
docker google-container-registry
add a comment |
I have authenticated my docker, so I can pull using the following:
docker pull asia.gcr.io/myproject/myimage:latest
This image has alternative tags viz. 0.0.33
and git commit hash 0ad2344
.
After I pull the image using the above docker pull command, is it possible to retrieve the alternative tags?
If not, how can I query the GCR to so I can retrive the alternative tags.
I checked docker inspect
does not seem to contain this information, so probably directly need to query GCR, how can I provide authentication information for it using docker
command only and not gcloud
?
docker google-container-registry
I have authenticated my docker, so I can pull using the following:
docker pull asia.gcr.io/myproject/myimage:latest
This image has alternative tags viz. 0.0.33
and git commit hash 0ad2344
.
After I pull the image using the above docker pull command, is it possible to retrieve the alternative tags?
If not, how can I query the GCR to so I can retrive the alternative tags.
I checked docker inspect
does not seem to contain this information, so probably directly need to query GCR, how can I provide authentication information for it using docker
command only and not gcloud
?
docker google-container-registry
docker google-container-registry
asked Mar 25 at 22:32
KoustubhKoustubh
1,2206 gold badges27 silver badges49 bronze badges
1,2206 gold badges27 silver badges49 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55347341%2fprinting-alternative-tags-of-a-docker-image-fetched-from-google-container-regist%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55347341%2fprinting-alternative-tags-of-a-docker-image-fetched-from-google-container-regist%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown