Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
docker-images
ubuntu
Commits
38c21aa6
Commit
38c21aa6
authored
Nov 01, 2021
by
Konstantin Litvinov
Browse files
Added GitLab CI for proxy images.
parents
Pipeline
#30454
failed with stage
in 1 minute and 8 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
38c21aa6
# cache directories
*Thumbs.db
*.DS_Store
*.empty
# phpstorm, netbeans, zend studio, eclipse project files
.idea
nbproject
.buildpath
.project
.settings
.gitlab-ci.yml
0 → 100644
View file @
38c21aa6
include
:
-
project
:
'
it/policies-procedures-standards'
file
:
'
/includes/ci/proxy-deploy.yml'
stages
:
-
proxy-image
.service_image
:
&service_image
services
:
-
name
:
gitlab.itsupportme.by:5005/docker-images/docker:18-dind
alias
:
docker
.scheduled_builds
:
&scheduled_builds
only
:
refs
:
-
master
-
main
variables
:
-
$WEEKLY_BUILD !=
null
when
:
on_success
### Jobs
18-04
:
&18_04
extends
:
.build_proxy_image
<<
:
*service_image
variables
:
DOCKER_IMAGE
:
ubuntu
DOCKER_TAG
:
"
18.04"
20-04
:
&20_04
extends
:
.build_proxy_image
<<
:
*service_image
variables
:
DOCKER_IMAGE
:
docker
DOCKER_TAG
:
"
20.04"
### Weekly Jobs
18-04-weekly
:
<<
:
*18_04
<<
:
*scheduled_builds
20-04-weekly
:
<<
:
*20_04
<<
:
*scheduled_builds
README.md
0 → 100644
View file @
38c21aa6
This is proxy of the Ubuntu.
See the
[
Ubuntu DockerHub Page
](
https://hub.docker.com/_/ubuntu
)
for the full readme on how to use this Docker image
and for information regarding contributing and issues.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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