Add podman login credential template for kode.naiv.no
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9dded655fc
commit
67db350b71
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
99-google
|
||||
99-huggingface
|
||||
99-replicate
|
||||
99-podman-kode
|
||||
|
|
|
|||
5
99-podman-kode.example
Executable file
5
99-podman-kode.example
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
# shellcheck shell=bash
|
||||
# Podman login token for kode.naiv.no container registry
|
||||
# Copy to 99-podman-kode and fill in your token, then: chmod 700 99-podman-kode
|
||||
require_private "${BASH_SOURCE[0]}"
|
||||
export KODE_REGISTRY_TOKEN=your-token-here
|
||||
Loading…
Add table
Add a link
Reference in a new issue