update histfile env vars
All checks were successful
Build images / build-images-arm64 (push) Successful in 8m31s
Build images / build-images-amd64 (push) Successful in 8m38s
Build images / update-images-manifests (push) Successful in 30s

This commit is contained in:
Szwendacz 2024-04-18 13:33:58 +02:00 committed by Maciej Lebiest
parent 0ca19c653c
commit d36f0ee9f7
4 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@ USER root
ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=20000
ENV HISTFILESIZE=200000
# 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=20000
ENV HISTFILESIZE=200000
ENV QT_QPA_PLATFORM=wayland
ENV GENERAL_PKGS="\

View file

@ -6,6 +6,10 @@ ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PKGS_DNF="python nodejs latex xelatex tini"
ENV PKGS_DNF_BUILD="cargo python3-devel"
ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=200000
ENV PKGS_PIP="jupyter \
bash_kernel \
mariadb_kernel \

View file

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