-
Notifications
You must be signed in to change notification settings - Fork 835
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
feat(*): use cloudsmith instead of pulp to download packages #701
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of notes to reviewers.
# Uncomment to build a container using the .deb.tar.gz Kong Gateway package | ||
# For .deb.tar.gz packages, the SHA is in | ||
# https://download.konghq.com/gateway-<gateway-major-version>-ubuntu/PULP_MANIFEST | ||
# ARG KONG_AMD64_SHA="<amd64_sha>" | ||
# ARG KONG_ARM64_SHA="<arm64_sha>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the mentions to this .deb.tar.gz
packages as I could not find them. If the reference is still relevant, please let me know and I will add it back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed with this, leaving the comment up and "unresolved" for future reviewers.
(cherry picked from commit 6c5f899)
This PR changes the source of
deb
andrpm
packages from the old pulp repository to the new cloudsmith repository.The changes affect the
Dockerfile
s, the documentation and update script.The Gateway version was also bumped to
3.7.0
in the process.closes: #700