Rely on podman's built-in update mechanism

This commit is contained in:
Ohad Livne 2025-12-24 19:45:24 +02:00
parent db05998d6c
commit 50669f24b6
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
3 changed files with 11 additions and 17 deletions

View file

@ -1,15 +0,0 @@
#! /usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
IMAGES=(
# keep-sorted start
docker.io/ollama/ollama:latest
docker.io/plantuml/plantuml-server:jetty
ghcr.io/hadolint/hadolint:latest
lscr.io/linuxserver/transmission:latest
# keep-sorted end
)
podman pull "${IMAGES[@]}"

View file

@ -28,4 +28,4 @@ pipx_update
cargo_update
ghup
git_sync_update
update-container-images
podman auto-update