Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
2b5e9522
Commit
2b5e9522
authored
Nov 06, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
f4f53de7
Pipeline
#12078
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2b5e9522
...
...
@@ -40,25 +40,12 @@ test:
after_script
:
-
echo "Tests completed succesfully"
build
:
build
_image
:
stage
:
build
image
:
quay.io/buildah/stable
variables
:
# Use vfs with buildah. Docker offers overlayfs as a default, but Buildah
# cannot stack overlayfs on top of another overlayfs filesystem.
STORAGE_DRIVER
:
vfs
# Write all image metadata in the docker format, not the standard OCI format.
# Newer versions of docker can handle the OCI format, but older versions, like
# the one shipped with Fedora 30, cannot handle the format.
BUILDAH_FORMAT
:
docker
FQ_IMAGE_NAME
:
"
telegram-bot"
before_script
:
-
echo $DOCKER_PASSWORD
-
echo $DOCKER_USERNAME
-
echo $DOCKER_REGISTRY
-
buildah --storage-driver=vfs login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" docker.io
tags
:
-
windows-local-runner
-
docker
script
:
-
echo "Temp Docker Image running"
-
echo "Checking Docker version..."
-
docker version
-
echo "Building Docker image..."
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