mirror of
https://git.yrzr.tk/docker/gitlab-ce-arm64.git
synced 2024-11-24 10:08:13 +08:00
use the same ubuntu version with the package
This commit is contained in:
parent
96e4f59124
commit
2b988c8cc7
@ -41,6 +41,8 @@ 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
|
||||
# use the same ubuntu version with the package
|
||||
- sed -i 's/ubuntu:.*/ubuntu:focal/' ./Dockerfile
|
||||
# missing package libatomic1 after version 13
|
||||
- sed -i 's/less/less libatomic1/' ./Dockerfile
|
||||
# build
|
||||
|
Loading…
Reference in New Issue
Block a user