美文网首页
阿里云镜像源

阿里云镜像源

作者: lancelot123 | 来源:发表于2020-02-13 08:13 被阅读0次
<repositories>
        <repository>
            <id>maven.aliyun.com</id>
            <url>https://maven.aliyun.com/repository/central</url>
        </repository>
        <repository>
            <id>maven.aliyun.com-jcenter</id>
            <url>https://maven.aliyun.com/repository/jcenter</url>
        </repository>

        <repository>
            <id>sonatype-releases</id>
            <url>http://oss.sonatype.org/content/repositories/releases/</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
        <repository>
            <id>sonatype-snapshots</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </repository>
        <repository>
            <id>shibboleth-releases</id>
            <url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
        </repository>
    </repositories>

相关文章

  • Win10配置Docker-运行mysql

    一.配置镜像源 本篇使用阿里云镜像加速器,阿里云控制台,容器服务下的镜像加速器 设置本机docker镜像源 这时,...

  • docker安装 linux

    操作系统:CentOS 7.6.1810 软件源:阿里云镜像(在阿里云镜像站上面可以找到docker-ce的软件源...

  • docker安装

    操作系统:CentOS 7 软件源:阿里云镜像(在阿里云镜像站上面可以找到docker-ce的软件源,使用国内的源...

  • Ubuntu指定docker和kubernetes版本安装

    1.使用阿里云的Docker CE镜像源 在arm Ubuntu16.04中使用阿里云的Docker CE 镜像源...

  • 常用Ubuntu镜像源

    ubuntu镜像源 ubuntu 18.04 阿里云 ubuntu 16.04 阿里云 ubuntu 14.04 ...

  • 学习中问题

    CentOS修改镜像为国内阿里云源或163源.

  • 更改Centos6的yum源

    1、阿里云Linux安装软件镜像源 阿里云是最近新出的一个镜像源。得益与阿里云的高速发展,这么大的需求,肯定会推出...

  • yum源

    国内yum源的安装(163,阿里云,epel) ----阿里云镜像源 1、备份 mv /etc/yum.repos...

  • 2019-12-09

    国内yum源的安装(163,阿里云,epel) ----阿里云镜像源 1、备份 mv /etc/yum.repos...

  • rancher基础系统制作---alpine安装docker(1

    国内镜像源 阿里云镜像 http://mirrors.aliyun.com/ 网易镜像 http://mirror...

网友评论

      本文标题:阿里云镜像源

      本文链接:https://www.haomeiwen.com/subject/hoqkfhtx.html