Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KNIGHT
Asyst Moodle Plugin
Commits
278bb330
Commit
278bb330
authored
Jan 11, 2025
by
Artem Baranovskyi
Browse files
Image build is optimized.
parent
c4f83c9a
Pipeline
#10898
failed with stages
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
278bb330
...
@@ -28,8 +28,8 @@ build:
...
@@ -28,8 +28,8 @@ build:
image
:
docker:dind
image
:
docker:dind
services
:
services
:
-
name
:
docker:dind
-
name
:
docker:dind
#
command: ["--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"]
command
:
[
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
command
:
[
"
--host=tcp://0.0.0.0:2375"
,
"
--host=unix:///var/run/docker.sock"
]
#
command: [ "--host=tcp://0.0.0.0:2375", "--host=unix:///var/run/docker.sock" ]
before_script
:
before_script
:
-
mkdir -p ~/.docker
-
mkdir -p ~/.docker
-
echo $DOCKER_CONFIG_JSON | base64 -d > ~/.docker/config.json
-
echo $DOCKER_CONFIG_JSON | base64 -d > ~/.docker/config.json
...
...
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