Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
d96d1225
Commit
d96d1225
authored
Aug 21, 2017
by
Ansgar Burchardt
Browse files
allow docker.io/duneci/* images in example configuration as well
parent
90463678
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d96d1225
...
...
@@ -132,7 +132,7 @@ check_interval = 0
security_opt = ["no-new-privileges"]
disable_cache = false
volumes = ["/cache"]
allowed_images = ["duneci/
*
"]
allowed_images = [
"docker.io/duneci/
*",
"duneci/*
"]
pull_policy = "if-not-present"
# See
[
Proxy setup
](
#proxy-setup
)
below:
network_mode = "gitlab-ci-dune"
...
...
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