Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid sha256sum on tag 3.4.2 is causing build to fail. #718

Open
krisachai opened this issue Aug 7, 2024 · 0 comments
Open

Invalid sha256sum on tag 3.4.2 is causing build to fail. #718

krisachai opened this issue Aug 7, 2024 · 0 comments

Comments

@krisachai
Copy link

Hello,
I tried to build docker image with tag 3.4.2 but failed due to checksum error.

17:38:32  + KONG_REPO=34
17:38:32  + DOWNLOAD_URL=https://packages.konghq.com/public/gateway-34/rpm/el/8/x86_64/kong-3.4.2.el8.x86_64.rpm
17:38:32  + curl -fL https://packages.konghq.com/public/gateway-34/rpm/el/8/x86_64/kong-3.4.2.el8.x86_64.rpm -o /tmp/kong.rpm
17:38:32    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
....
17:38:39  + echo '46dcb86e1af3d8dd32ff1e679befad2ef11975039effcf94f7d9b46b84b4c3ce  /tmp/kong.rpm'
17:38:39  + sha256sum -c -
17:38:39  /tmp/kong.rpm: FAILED
17:38:39  sha256sum: WARNING: 1 computed checksum did NOT match

So, I downloaded the package manually to verify the checksum.

#https://packages.konghq.com/public/gateway-34/rpm/el/8/x86_64/kong-3.4.2.el8.x86_64.rpm
sha256sum kong-3.4.2.el8.x86_64.rpm
01800f0664196f6f93b408c693653e248917ff1e8eadc35bda165c4ca920c266  kong-3.4.2.el8.x86_64.rpm

Current checksum value on tag 3.4.2

ARG KONG_SHA256="46dcb86e1af3d8dd32ff1e679befad2ef11975039effcf94f7d9b46b84b4c3ce"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant