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
0528a21f
Commit
0528a21f
authored
Nov 05, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
9b4c2e28
Pipeline
#12073
passed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0528a21f
...
...
@@ -44,12 +44,19 @@ build:
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
:
"
$CI_REGISTRY_IMAGE/tes
t"
FQ_IMAGE_NAME
:
"
telegram-bo
t"
before_script
:
-
echo $CI_REGISTRY_PASSWORD | buildah login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
-
echo $CI_REGISTRY_PASSWORD
-
echo $CI_REGISTRY_USER
-
echo $CI_REGISTRY
script
:
-
echo "
A
Temp
Build
running"
-
echo "Temp
Docker Image
running"
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