Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marijn Suijten
pulseaudio
Commits
1f5da4c2
Commit
1f5da4c2
authored
Dec 20, 2019
by
Tanu Kaskinen
Committed by
Arun Raghavan
Dec 21, 2019
Browse files
gitlab: explain the container image tag better
parent
c48f36fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1f5da4c2
...
...
@@ -16,7 +16,8 @@ stages:
variables
:
# Update this tag when you want to trigger a rebuild the container in which
# CI runs
# CI runs, for example when adding new packages to UBUNTU_DEBS. The tag is
# an arbitrary string that identifies the exact container contents.
UBUNTU_TAG
:
'
2019-11-21-01'
UBUNTU_VERSION
:
'
18.04'
UBUNTU_IMAGE
:
"
$CI_REGISTRY_IMAGE/ubuntu/$UBUNTU_VERSION:$UBUNTU_TAG"
...
...
@@ -31,6 +32,9 @@ build-container:
stage
:
container
variables
:
GIT_STRATEGY
:
none
# no need to pull the whole tree for rebuilding the image
# Remember to update UBUNTU_TAG when modifying this package list! Otherwise
# the changes won't have effect since an old container image will be used.
UBUNTU_DEBS
:
>-
autoconf
automake
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment