Created
March 28, 2019 05:36
-
-
Save emreozkangit/6928857b88a176eaeca0d0aab1bb8c95 to your computer and use it in GitHub Desktop.
buildah push
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
[root@ip-172-31-37-35 ec2-user]# buildah push --creds dockerhubusername:password hello:latest dockerhubusername/docker-test:latest | |
Getting image source signatures | |
Copying blob sha256:17beab58d693a5e55591675c3dcc5b575a44e476d125408102ce75348011f807 | |
257.17 MiB / 257.17 MiB [=================================================] 23s | |
Copying blob sha256:d5c1f6b5e0051abb782be563efdce85c1382a5de53bb1016eb27a600ef917cd0 | |
143.71 MiB / 143.71 MiB [=================================================] 13s | |
Copying config sha256:5507fef0e7a5e7dddf4993ef8c67315b1a3b0b171f1957193d912e3d7de366dd | |
1.17 KiB / 1.17 KiB [======================================================] 1s | |
Writing manifest to image destination | |
Copying config sha256:5507fef0e7a5e7dddf4993ef8c67315b1a3b0b171f1957193d912e3d7de366dd | |
0 B / 1.17 KiB [-----------------------------------------------------------] 0s | |
Writing manifest to image destination | |
Storing signatures | |
Successfully pushed //dockerhubusername/docker-test:latest@sha256:b476265e93ff24fe135972ffa34a64e0f9c552019565991d4ac2ef3a000a76c0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment