Skip to content

Commit

Permalink
Preloading oras://ghcr.io images via CURL
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Oct 28, 2023
1 parent 93cd266 commit 10e35b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hyakvnc
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,9 @@ function cleanup_launched_jobs_and_exit {

# ghcr_get_oras_sif()
# Get a GitHub Container Registry token for a given repository
# Arguments: <url> (required)
# Arguments:
# - url: URL to download from (required)
# - output_path: Directory or path to save the image to (optional)
# Returns: 0 if successful, 1 if not or if an error occurred
# Prints: The token to stdout
function ghcr_get_oras_sif {
Expand Down

0 comments on commit 10e35b4

Please sign in to comment.