We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c42943 commit 8791499Copy full SHA for 8791499
ubuntu/Dockerfile
@@ -27,7 +27,7 @@ RUN set -ex; \
27
apt-get install -y --no-install-recommends curl ca-certificates \
28
&& UBUNTU_CODENAME=$(cat /etc/os-release | grep UBUNTU_CODENAME | cut -d = -f 2) \
29
&& KONG_REPO=$(echo ${KONG_VERSION%.*} | sed 's/\.//') \
30
- && curl -fL https://packages.konghq.com/public/gateway-$KONG_REPO/deb/ubuntu/pool/$UBUNTU_CODENAME/main/k/ko/kong_$KONG_VERSION/kong_${KONG_VERSION}_$arch.deb \
+ && curl -fL https://packages.konghq.com/public/gateway-$KONG_REPO/deb/ubuntu/pool/$UBUNTU_CODENAME/main/k/ko/kong_$KONG_VERSION/kong_${KONG_VERSION}_$arch.deb -o /tmp/kong.deb \
31
&& apt-get purge -y curl \
32
&& echo "$KONG_SHA256 /tmp/kong.deb" | sha256sum -c - \
33
|| exit 1; \
0 commit comments