• Jenkins创建镜像后无法推送到harbor的问题


    https://blog.csdn.net/mydeman/article/details/79042848


    1、先切换到root账号,用root登录harbor,就可以push


    $ sudo passwd root
    Enter new UNIX password:
    Retype new UNIX password:
    passwd: password updated successfully
    $ su root
    Password:


    root@36563e55c42b:/# docker push 192.168.0.73:5000/library/ceshi/latest:v12
    The push refers to repository [192.168.0.73:5000/library/ceshi/latest]
    6f77afde3a4f: Layer already exists
    7274e756d232: Pushed
    e9675b67308b: Pushed
    acc5df2a52b5: Pushed
    1d31b5806ba4: Layer already exists
    v12: digest: sha256:e72603ce91f82475abc67be401f9b372fdfa5d78e72896fa139e2eaf5fa59496 size: 1371

  • 相关阅读:
    Django基础(一)
    CSS
    HTML
    python之路_面向对象
    python之路第六篇
    python之路第四篇
    python之路第三篇
    python之路第二篇
    python之路第一篇
    hdu 3551(一般图的匹配)
  • 原文地址:https://www.cnblogs.com/effortsing/p/10013450.html
Copyright © 2020-2023  润新知