-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(docker): Some versions stayed behind #11785
base: dev
Are you sure you want to change the base?
Conversation
72e24e2
to
bc2ed3c
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
a96e63a
to
279fd66
Compare
|
||
FROM python:3.11.9-alpine3.20@sha256:f9ce6fe33d9a5499e35c976df16d24ae80f6ef0a28be5433140236c2ca482686 AS base | ||
FROM python:3.11.11-alpine3.20@sha256:6e18772230b36e78251ed179a2a2a2b3cc94726f02e1fddccdcfbe05b17bdc96 AS base |
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.
Originally I wanted to go up to alpine3.21
but it is failing with
> [nginx collectstatic 2/8] RUN npm install -g yarn --force:
0.280 Error relocating /usr/bin/node: sqlite3session_attach: symbol not found
0.280 Error relocating /usr/bin/node: sqlite3changeset_apply: symbol not found
0.280 Error relocating /usr/bin/node: sqlite3session_create: symbol not found
0.280 Error relocating /usr/bin/node: sqlite3session_changeset: symbol not found
0.281 Error relocating /usr/bin/node: sqlite3session_patchset: symbol not found
0.281 Error relocating /usr/bin/node: sqlite3session_delete: symbol not found
It probably needs some additional customization. I will solve it in a separated PR.
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.
During my arm64 testing I also noticed some issues on pythong 3.12.x / alpine 3.21. And on arm64 I also see issues with sqlite.
DryRun Security SummaryThe PR introduces various security vulnerabilities including hardcoded credentials, empty authentication variables, supply chain risks, network exposure concerns, and sensitive environment configurations while updating Python and service base images across multiple Dockerfiles. Expand for full summaryThe PR updates Python and service base images across multiple Dockerfiles, including changes to Django, Nginx, and integration test configurations, with version bumps to Python 3.11.11 and Alpine/Debian variants. Security Vulnerabilities:
Code AnalysisWe ran |
Apart from my comment it look good, nice to see index digest are used. |
Co-authored-by: valentijnscholten <[email protected]>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Renovate nor Dependabot are not able to identify the increased "os" part of docker tags. From time to time it needs a little help.