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
389f5769
Commit
389f5769
authored
Jan 10, 2025
by
Artem Baranovskyi
Browse files
Image build is optimized.
parent
ae36fc6e
Pipeline
#10774
failed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
389f5769
...
@@ -51,8 +51,6 @@ build:
...
@@ -51,8 +51,6 @@ build:
services
:
services
:
-
name
:
docker:20.10.16-dind
-
name
:
docker:20.10.16-dind
command
:
[
"
--host=tcp://docker: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