Compare commits

..

No commits in common. "b16f6c410e0570c51f27583b971e175ff7758abd" and "ec5ed3cf1fce3f2372e418e4138b9b1b784f713e" have entirely different histories.

4 changed files with 0 additions and 27 deletions

View file

@ -1,6 +0,0 @@
#! /usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
update-container-images

View file

@ -1,6 +0,0 @@
#! /usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
podman "${@:1}"

View file

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

View file

@ -30,4 +30,3 @@ pipx_update
cargo_update
ghup
git_sync_update
update-container-images