We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ORAS_VERSION
1 parent e5b5e11 commit 80341efCopy full SHA for 80341ef
1 file changed
lib/functions/general/oci-oras.sh
@@ -9,7 +9,7 @@
9
10
function run_tool_oras() {
11
# Default version
12
- ORAS_VERSION=${ORAS_VERSION:-1.2.1} # https://github.com/oras-project/oras/releases
+ ORAS_VERSION=${ORAS_VERSION:-1.2.2} # https://github.com/oras-project/oras/releases
13
#ORAS_VERSION=${ORAS_VERSION:-"1.0.0-rc.1"} # https://github.com/oras-project/oras/releases
14
15
declare non_cache_dir="/armbian-tools/oras" # To deploy/reuse cached ORAS in a Docker image.
0 commit comments