add gui-container build, minor env updates
Some checks failed
Build images / build-images-amd64 (push) Failing after 3m37s
Build images / build-images-arm64 (push) Failing after 3m36s
Build images / update-images-manifests (push) Has been skipped

This commit is contained in:
Maciej Lebiest 2024-04-29 19:24:58 +02:00
parent d36f0ee9f7
commit 4ce7be943b
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ on:
- cron: '30 5 */10 * *'
env:
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake gui-container
jobs:
build-images-arm64:
runs-on: [ arm64 ]

View file

@ -4,7 +4,7 @@ USER root
ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=200000
ENV HISTFILESIZE=100000
# for helm install script
ENV VERIFY_CHECKSUM="false"

View file

@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora-minimal
ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=200000
ENV HISTFILESIZE=100000
ENV QT_QPA_PLATFORM=wayland
ENV GENERAL_PKGS="\

View file

@ -4,7 +4,7 @@ USER root
ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=200000
ENV HISTFILESIZE=100000
ENV PKGS_BASE="fzf bash-completion python3-cryptography"