Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Imagem única para montar uma instalação mínima do Fedora 44 com interface gráfica GNOME
FROM quay.io/fedora/fedora-bootc:44
FROM quay.io/fedora/fedora-bootc:45
COPY locale.conf post-install.sh pacotes_desktop pacotes_necessarios post-install.service vconsole.conf zram-generator.conf ./

RUN mkdir -vp /var/roothome /data /var/home && \
Expand Down Expand Up @@ -38,4 +38,4 @@ RUN grep -v '^#' pacotes_necessarios | tr '\n' ' ' | xargs dnf5 install --setopt
/var/roothome/.*

# Verificação da imagem
RUN bootc container lint
RUN bootc container lint