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.
2 parents 5d3f6ad + 8705816 commit 116dcdaCopy full SHA for 116dcda
1 file changed
stemcell_builder/stages/system_azure_init/apply.sh
@@ -8,8 +8,8 @@ source $base_dir/lib/prelude_apply.bash
8
packages="python3 python3-pyasn1 python3-setuptools python3-distro python-is-python3 cloud-init"
9
pkg_mgr install $packages
10
11
-wala_release=2.9.1.1
12
-wala_expected_sha1=b61bd57f3b2f7b048d6bab2739690bbf1d9c213b
+wala_release=2.14.0.1
+wala_expected_sha1=e8f30e34eedc9280531af1bb1af9efb53d1a1039
13
14
curl -L https://github.com/Azure/WALinuxAgent/archive/v${wala_release}.tar.gz > /tmp/wala.tar.gz
15
sha1=$(cat /tmp/wala.tar.gz | openssl dgst -sha1 | awk 'BEGIN {FS="="}; {gsub(/ /,"",$2); print $2}')
0 commit comments