mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
ci: Document how to build the image
Updating the CI image is rare enough to not know the involved commands by heart, so adding a comment like mutter did a while ago makes perfect sense. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1177
This commit is contained in:
parent
e7512fcd79
commit
859927df39
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# Rebuild and push with
|
||||
#
|
||||
# cd .gitlab-ci/
|
||||
# podman build --format docker --no-cache -t registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1 .
|
||||
# podman push registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
|
||||
#
|
||||
|
||||
FROM registry.fedoraproject.org/fedora:latest
|
||||
|
||||
RUN dnf -y update && dnf -y upgrade && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue