关于devops:终于极狐GitLab-支持-ARM-啦

35次阅读

共计 945 个字符,预计需要花费 3 分钟才能阅读完成。

作为 ARM 用户,但无奈装置应用极狐 GitLab?基于诸多用户的反馈与需要,极狐 GitLab 已反对在 ARM 上应用啦!

您能够依据上面教程,在 ARM 上体验 高效、平安、一体化的 DevOps 平台!

极狐 GitLab 从  15.2.0 开始正式反对 ARM 了。 目前反对的 OS 有

  • Ubuntu 20.04
  • Debian 10/11
  • AlmaLinux 8

能够通过 apt/dnf/yum 的形式实现极狐 GitLab 在 ARM 上的装置。上面演示用 apt 形式进行极狐 GitLab 的装置。

环境信息

能够通过 uname -p 来查看 Processor Type:

$ uname -p
aarch64

上述配置仅为演示用,生产应用须要依据本身需要进行容量扩大,如果有任何问题能够通过下方链接间接分割极狐 GitLab 反对团队。

https://gitlab.cn/company/contact/

装置

应用如下命令增加 gitlab-jh repo:

$ curl -fsSL https://packages.gitlab.cn/repository/raw/scripts/setup.sh | /bin/bash
... 太长,省略...
==> Add apt repo file to /etc/apt/sources.list.d/gitlab-jh.list

deb https://packages.gitlab.cn/repository/ubuntu-focal/ focal main

==> Running apt-get update...

==> Successfully added gitlab-jh repo. To install JiHu GitLab, run "sudo apt-get install gitlab-jh".

接着应用 apt-get 就能够进行装置:

$ EXTERNAL_URL="https://jihulab.example.com" && apt-get install gitlab-jh

装置胜利能够看到如下界面:

登录应用

应用初始用户名和明码间接登陆以下网址:

 http://jihulab.example.com

初始用户名和明码的获取以及 HTTPS 的配置能够查看极狐 GitLab 装置配置指南。

正文完
 0