Skip to content
Snippets Groups Projects
  1. Jul 08, 2024
    • Ivan Halomi's avatar
      Fix podman healtcheck when not enabled · 59bebd41
      Ivan Halomi authored
      
      There was a bug where setting the test command
      for the health check to 'NONE' would throw an error
      in podman_worker. This was problematic since K-A
      uses 'NONE' as an indicator that the health check is not enabled.
      
      Closes-Bug: #2071912
      Change-Id: I3140bb79eace58b23f579be3da569c502c52c38c
      Signed-off-by: default avatarIvan Halomi <ivan.halomi@tietoevry.com>
      59bebd41
  2. Jul 02, 2024
  3. May 27, 2024
  4. Apr 22, 2024
  5. Mar 29, 2024
  6. Feb 27, 2024
    • Will Szumski's avatar
      Support mode in named volumes when using podman · 9b3428c5
      Will Szumski authored
      Volumes with a mode specifier were causing the container to fail to
      start with the error: "Wrong format of volume". ironic-dnsmasq was one
      services affected by this issue, but you could also hit this issue when
      using the volume customisation variables.
      
      Closes-Bug: #2054834
      Change-Id: I848bd2838a17756f1c71b07befe1e3d966f5b6c2
      9b3428c5
  7. Nov 14, 2023
    • Michal Nasiadka's avatar
      Introduce oneshot docker_restart_policy · cea076f3
      Michal Nasiadka authored
      docker_restart_policy: no causes systemd units to not get created
      and we use it in CI to disable restarts on services.
      
      Introducing oneshot policy to not create systemd unit for oneshot
      containers (those that are running bootstrap tasks, like db
      bootstrap and don't need a systemd unit), but still create systemd
      units for long lived containers but with Restart=No.
      
      Change-Id: I9e0d656f19143ec2fcad7d6d345b2c9387551604
      cea076f3
  8. Oct 20, 2023
Loading