Compare commits
No commits in common. "b16f6c410e0570c51f27583b971e175ff7758abd" and "ec5ed3cf1fce3f2372e418e4138b9b1b784f713e" have entirely different histories.
b16f6c410e
...
ec5ed3cf1f
4 changed files with 0 additions and 27 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
update-container-images
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
podman "${@:1}"
|
||||
|
|
@ -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[@]}"
|
||||
|
|
@ -30,4 +30,3 @@ pipx_update
|
|||
cargo_update
|
||||
ghup
|
||||
git_sync_update
|
||||
update-container-images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue