Rely on podman's built-in update mechanism
This commit is contained in:
parent
db05998d6c
commit
50669f24b6
3 changed files with 11 additions and 17 deletions
|
|
@ -3,4 +3,13 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
update-container-images
|
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[@]}"
|
||||||
|
|
|
||||||
|
|
@ -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[@]}"
|
|
||||||
|
|
@ -28,4 +28,4 @@ pipx_update
|
||||||
cargo_update
|
cargo_update
|
||||||
ghup
|
ghup
|
||||||
git_sync_update
|
git_sync_update
|
||||||
update-container-images
|
podman auto-update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue