We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4110a4b commit e1bbc14Copy full SHA for e1bbc14
oci/private/registry/crane_launcher.sh.tpl
@@ -7,8 +7,8 @@ function start_registry() {
7
local deadline="${3:-5}"
8
local registry_pid="$1/proc.pid"
9
10
- mkdir -p "${storage_dir}"
11
- "${CRANE_REGISTRY_BIN}" registry serve --disk="${storage_dir}" --address=localhost:0 >> $output 2>&1 &
+ mkdir -p "${storage_dir}/blobs"
+ "${CRANE_REGISTRY_BIN}" registry serve --disk="${storage_dir}/blobs" --address=localhost:0 >> $output 2>&1 &
12
echo "$!" > "${registry_pid}"
13
14
local timeout=$((SECONDS+${deadline}))
0 commit comments