-
Notifications
You must be signed in to change notification settings - Fork 834
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
chore(dep): alpine version bump #495
Conversation
@gszr wasn't the 3.14 release the one that caused issues? when the nightly ce images was build against |
Great catch @Tieske. Could you refresh my mind on what the issue was? luarocks-related IIRC? I remember having it on the core-team repo (core-trello tool); just ran a quick test and that one is working fine. |
(Let's hold on merging for now) |
here's some info: Kong/kong#7529 |
can we add a naive pongo test? We do need this upgrade at some point 3.13 has a vulnerability |
from this comment; alpinelinux/docker-alpine#146 (comment) I get that using docker |
problem with Pongo tests is that it requires Pongo to be updated to support that version. Current docker files are pinned at latest release Kong version. That would break upon makin g a new release, because Pongo only gets updated after the release. Best bet might be to make sure our nightly images are build using these official docker files (which they currently are not) because then the nightly-ce based tests for plugins would fail elsewhere and show the problem. |
Not to be pedantic but they are the official docker files but we needed allow for the ability to manipulate the base image kong/Jenkinsfile (release per commit) The reason we want to manipulate the base image is we use Docker to test our release assets. For example when we build a centos 6 asset we want to test that asset in a centos:6 container. The reason we use sed instead of docker args is the docker official image builder is obnoxious and won't support base images based on arg's. If I've got the logic train correct .... I think we could ensure the dailies are identical to the offical by passing the |
I was advocating somewhere in our pre-release CI there should be a test that does "does this image" work with pongo. docker-kong seems like the sensible place since this is the repository where changes made here might break pongo later on? |
Discussed with @hutchic and @mikefero
|
I updated Kong/kong#7820 to implement the above -- using latest in daily and 3.14 in finals. |
@hutchic please merge when you see fit |
No description provided.