-
Notifications
You must be signed in to change notification settings - Fork 11
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: ubuntu upgrade #46
Conversation
Update: Credential's Dockerfile Build was successful, but getting below warnings. Will look into it further.
|
6154a31
to
540a31c
Compare
these warnings are occurring due to word credentials in variable name, have added a comment in dockerfile regarding this. |
|
||
# From then on, run as unprivileged "app" user | ||
ARG APP_USER_ID=1000 | ||
ARG APP_USER_ID=1001 |
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.
This is almost certainly not a good idea. See this comment for more information: https://github.com/overhangio/tutor/pull/1117/files#r1795117242
- Update Credentials Image to use Ubuntu `24.04` as base OS. - Change `APP_USER_ID` to 1001 as UID 1000 is now shipped by default. - Add `mime-support` alternatives that are `media-types mailcap`. - Update `python-openssl` to `python3-openssl`. - add changelog entry.
540a31c
to
b7b5c8a
Compare
24.04
as base OS.mime-support
alternatives that aremedia-types mailcap
.python-openssl
topython3-openssl
.