mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2026-07-17 16:37:15 +00:00
KASM-8210 install_squid: pin to feature-branch builder + adapter artifacts for 1.19.0
This commit is contained in:
parent
21fac2e9a6
commit
9da9582e2f
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ else
|
|||
fi
|
||||
|
||||
# Intall squid
|
||||
SQUID_COMMIT='c45537169794a16029e06d7d456edb21b9ce7d12'
|
||||
SQUID_COMMIT='68fd8d5a5fbd35a4bf1ad0f2a35974b35ab86e8f'
|
||||
if grep -q Focal /etc/os-release || grep -q bullseye /etc/os-release || [[ "${DISTRO}" == @(oracle8|almalinux8|rockylinux8) ]]; then
|
||||
wget -qO- https://kasmweb-build-artifacts.s3.amazonaws.com/kasm-squid-builder/${SQUID_COMMIT}/output/kasm-squid-builder_ubuntu11_${ARCH}.tar.gz | tar -xzf - -C /
|
||||
elif [[ "${DISTRO}" == "alpine" ]]; then
|
||||
|
|
@ -75,8 +75,8 @@ sasldb_path: /etc/sasl2/memcached-sasldb2
|
|||
EOL
|
||||
|
||||
|
||||
COMMIT_ID="5fea98a35f1243102f8df2c4b156fcaf66861e7c"
|
||||
BRANCH="develop"
|
||||
COMMIT_ID="754f6de7b33ef431361c2b0b791d2c6a090a0716"
|
||||
BRANCH="feature_KASM-8210_migrate_to_poetry"
|
||||
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue