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
ae36fc6e
Commit
ae36fc6e
authored
Jan 10, 2025
by
Artem Baranovskyi
Browse files
Image build is optimized.
parent
531e81e6
Pipeline
#10773
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ae36fc6e
...
@@ -50,7 +50,9 @@ build:
...
@@ -50,7 +50,9 @@ build:
image
:
docker:20.10.16
image
:
docker:20.10.16
services
:
services
:
-
name
:
docker:20.10.16-dind
-
name
:
docker:20.10.16-dind
command
:
[
"
--host=tcp://0.0.0.0:2375"
,
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
command
:
[
"
--host=tcp://docker:2375"
,
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
script
:
script
:
-
docker info
-
docker info
-
docker buildx create --use
-
docker buildx create --use
...
...
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