mirror of
https://git.yrzr.tk/docker/gitlab-ce-arm64.git
synced 2024-11-24 12:48:13 +08:00
Merge branch '16-test' into 'master'
.gitlab-ci.yml: update for gitlab-ce 16 See merge request docker/gitlab-ce-arm64!1
This commit is contained in:
commit
00ea0afeb2
@ -41,8 +41,6 @@ build:
|
||||
- cd ./omnibus-gitlab/docker
|
||||
# write RELEASE
|
||||
- echo "PACKAGECLOUD_REPO=gitlab-ce" > RELEASE && echo "RELEASE_PACKAGE=gitlab-ce" >> RELEASE && echo "RELEASE_VERSION=${CI_COMMIT_TAG}" >> RELEASE && echo "DOWNLOAD_URL=https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/focal/gitlab-ce_${CI_COMMIT_TAG}_arm64.deb/download.deb" >> RELEASE
|
||||
# ubuntu:focal as base image
|
||||
- sed -i 's/^FROM ubuntu.*/FROM ubuntu\:focal/' Dockerfile
|
||||
# missing package libatomic1 after version 13
|
||||
- sed -i 's/\-recommends/\-recommends libatomic1/' Dockerfile
|
||||
# debian has /etc/os-release instead of /etc/lsb-release
|
||||
|
Loading…
Reference in New Issue
Block a user