File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ function oras_push_artifact_file() {
126
126
declare upload_file_base_path upload_file_name
127
127
display_alert " Pushing ${upload_file} " " ORAS to ${image_full_oci} " " info"
128
128
129
- declare extra_params=(" --verbose " )
129
+ declare extra_params=()
130
130
oras_add_param_plain_http
131
131
oras_add_param_insecure
132
132
extra_params+=(" --annotation" " org.opencontainers.image.description=${description} " )
@@ -154,7 +154,7 @@ function oras_get_artifact_manifest() {
154
154
declare image_full_oci=" ${1} " # Something like "ghcr.io/rpardini/armbian-git-shallow/kernel-git:latest"
155
155
display_alert " Getting ORAS manifest" " ORAS manifest from ${image_full_oci} " " info"
156
156
157
- declare extra_params=(" --verbose " )
157
+ declare extra_params=()
158
158
oras_add_param_plain_http
159
159
oras_add_param_insecure
160
160
@@ -179,7 +179,7 @@ function oras_pull_artifact_file() {
179
179
declare target_dir=" ${2} " # temporary directory we'll use for the download to workaround oras being maniac
180
180
declare target_fn=" ${3} "
181
181
182
- declare extra_params=(" --verbose " )
182
+ declare extra_params=()
183
183
oras_add_param_plain_http
184
184
oras_add_param_insecure
185
185
You can’t perform that action at this time.
0 commit comments