Push images to the Docker/Harbor Registry:
After
Nachdemauthenticating duyourself dichwith beithe der Harbor-Image-Registry authentifiziert hast, erfährst du jetzt, wie du einHarbor Image überRegistry, dieyou will now learn how to push/upload an image to your Harbor Image Registry using the Docker CLI in deine Harbor-Image-Registry pushen/uploaden kannst.CLI.
BevorBefore duyou beginnst,begin, führeexecute denthe folgendenfollowing Docker-BefehlDocker aus,command umto diedownload neuestethe Versionlatest desversion Imagesof „the "nginx:alpine“alpine" herunterzuladen.image.
docker pull nginx:alpine
ÜberprüfeNow, nunverify diethe Listelist derof Imagesimages mitwith demthe folgendenfollowing Docker-Befehl.Docker Ducommand. solltestYou sehen,should dasssee dasthat Imagethe „"nginx:alpine“alpine" heruntergeladenimage wurde.has been downloaded.
docker images
ListeList derof Bilder:images:
REPOSITORY TAG IMAGE ID CREATED SIZE
nginx alpine 4bb46517cac3 2 weeks ago 22.5MB
UmTo dietransfer benutzerdefiniertenthe Imagescustom inimages dieto Harbor-Image-Registrythe zuHarbor übertragen,Image kannstRegistry, duyou dascan Tagchange desthe aktuellentag Imagesof imthe Formatcurrent „image to the format "harbor-domain.com/project/image:version“ ändern.version".
FühreSo, alsoexecute denthe folgendenfollowing Befehlcommand aus,to umchange dasthe Standard-Tagdefault „tag "nginx:alpine“alpine" into „"registry.hwdomain.io/library/nginx:alpine“ zu ändern.alpine".
docker tag nginx:alpine repo.j551n.com/registry.hwdomain.io/library/nginx:alpine
DanachThen, lädstupload duthe dasimage Bildto mit folgendem Befehl in diethe Harbor Image Registry hochand undpush pushstit es.with Mitthe diesemfollowing Befehlcommand. wirdThis dascommand Bilduploads mitthe demimage Projektnamenwith „library“the inproject diename Bildregistrierung"library" „to the image registry "repo.j551n.com“ hochgeladen.com".
docker push repo.j551n.com/library/nginx:alpine
UntenBelow siehstis duthe dieoutput Ausgabewhile währenduploading desthe Hochladensimage desto Bildes in diethe Harbor Image Registry:
The push refers to repository [repo.j551n.com/library/nginx]
14282f7560a8: Pushed
alpine: digest: sha256:765b97f216d8229b908ba9e523efc735e06ee0bda3e208a0f756693f06b95e5a size: 528
By
Mitfollowing diesenthese Schrittensteps, hastyou duhave erfolgreichsuccessfully einuploaded an image to the Harbor Image inRegistry. dieYou Harbor-Image-Registrycan hochgeladen.now Dube kannstassured nunthat sicheryour sein,image dassis deinsecure Imageand sicheraccessible, undready zugänglichfor ist, bereit für den Einsatzuse in deinenyour Projekten.projects.