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
8476c3a3
Commit
8476c3a3
authored
Jan 05, 2025
by
Artem Baranovskyi
Browse files
Image build is optimized.
parent
09fd2cdc
Pipeline
#10695
failed with stages
in 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8476c3a3
...
@@ -19,7 +19,7 @@ variables:
...
@@ -19,7 +19,7 @@ variables:
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_HOST
:
"
unix:///var/run/docker.sock"
DOCKER_HOST
:
"
unix:///var/run/docker.sock"
DOCKER_OPTS
:
"
--data-root=/mnt/volume/docker-data"
DOCKER_OPTS
:
"
--data-root=/mnt/volume/docker-data"
DOCKER_MEMORY
:
"
3
g"
DOCKER_MEMORY
:
"
5
g"
DOCKER_CPUS
:
"
2"
DOCKER_CPUS
:
"
2"
build
:
build
:
...
@@ -51,7 +51,7 @@ build:
...
@@ -51,7 +51,7 @@ build:
-
df -h
-
df -h
-
free -h
-
free -h
-
top -b -n
1
-
top -b -n
1
-
docker save -o /mnt/volume/flask-backend-full.tar
flask-backend-full
-
docker save
flask-backend-full
-o /mnt/volume/flask-backend-full.tar
artifacts
:
artifacts
:
paths
:
paths
:
-
/mnt/volume/flask-backend-full.tar
-
/mnt/volume/flask-backend-full.tar
...
...
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