Skip to content
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

Bugfix/docker image upgrade #217

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Feb 9, 2021

Description

Docker image (re-)build improvements and complete requirements upgrade.

Dependency upgrade created using the following inside the new base image:

sed -E 's/==.*//' /app/requirements.txt | while read pypkg; do
    pip install --upgrade "$pypkg" 2>&1 | sed -n -E 's/^.*Downloading ([^-]+)-(.*)(-py.*\.whl|\.tar).*/\1==\2/p'
done

Testing

docker build -t mozilla/tokenserver:local .
docker run --rm mozilla/tokenserver:local test_all

Issue(s)

Closes #215
Closes #190
Supersedes #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade docker to debian buster CryptographyDeprecationWarning for openssl
0 participants