-
Notifications
You must be signed in to change notification settings - Fork 5
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
bump to 1.0.0rc15 #124
bump to 1.0.0rc15 #124
Conversation
RUN pip install --upgrade pip && \ | ||
pip install -r /root/swift_ui/requirements.txt && \ | ||
pip install /root/swift_ui | ||
|
||
FROM python:3.8-alpine3.12 | ||
FROM python:3.8-alpine3.13 | ||
|
||
RUN apk add --no-cache --update bash | ||
|
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.
Not required for right now, but would make more sense to have just one docker image. If the files differ, they could be added as configmaps instead.
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.
for this dockerfile BACKEND
builds the packages while the layer you pointed has the binaries
If we take into consideration other swift-ui services sure, that could be a way.
breaking changes in cryptography require rust > 1.45 which is in alpine 3.13
also fix to point to the correct key
Description
update docker image with rust in build, needed by cryptography package https://cryptography.io/en/latest/installation.html#rust
There was an
OSError
exception in health endpoint when other endpoints are down so decided to catch them all (shameless Pokemon reference)Related issues
Type of change
Changes Made
Testing
Mentions