Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic PR to nightly from 2024-08-16T08:39:08Z #6017

Merged
merged 5 commits into from
Aug 19, 2024
Merged

Commits on Aug 16, 2024

  1. fix: 🚑 Fixed version parsing of docker

    Only the first result (the major version) is relevant
    
    Closes #6015
    jkrgr0 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    eb3f88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e4d63 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Refactor/Change Dockerfiles cmd from shell to exec form (#6019)

    * Update `dockerapi/Dockerfile` CMD from shell to exec format
    
    * Update `postfix/Dockerfile` CMD from shell to exec format
    
    * Update `sogo/Dockerfile` CMD from shell to exec format
    
    * Update `unbound/Dockerfile` CMD from shell to exec format
    
    * Update `watchdog/Dockerfile` CMD from shell to exec format
    h3ssan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f3da8bb View commit details
    Browse the repository at this point in the history
  2. dovecot: added timeout option when sa-rules cannot be downloaded (#6025)

    * dovecot: added timeout option when sa-rules cannot be downloaded
    
    * dovecot: changed sa-rules exit code to 0 to allow dovecot to start afterwards
    DerLinkman committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cb50d08 View commit details
    Browse the repository at this point in the history
  3. containers: use mariadb-admin instead of deprecated mysqladmin (#6026)

    * dockerfiles: use mariadb-admin instead of deprecated mysqladmin command
    
    * compose: bump compose tags
    DerLinkman committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b70bcd3 View commit details
    Browse the repository at this point in the history