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

Dockerfile uses buster debian, which is end of life #519

Closed
4TT1L4 opened this issue Jan 23, 2023 · 1 comment · Fixed by #520
Closed

Dockerfile uses buster debian, which is end of life #519

4TT1L4 opened this issue Jan 23, 2023 · 1 comment · Fixed by #520

Comments

@4TT1L4
Copy link
Contributor

4TT1L4 commented Jan 23, 2023

Problem:

  • The Oura Dockerfile uses a rust image that uses a debian version, which has reached it's end of life last year. ()

image

Source: https://endoflife.software/operating-systems/linux/debian

Solution:

  • Update the Oura Dockerfile to be using bullseye (Debian 11) instead of the buster (Debian 10).

For details see the Debian Releases page:

4TT1L4 added a commit to 4TT1L4/oura that referenced this issue Jan 23, 2023
 - Updated the Oura Dockerfile to be using bullseye (Debian 11), instead of buster (Debian 10).
@4TT1L4
Copy link
Contributor Author

4TT1L4 commented Jan 23, 2023

I have created a PR to update the Debian version to Debian 11:

The docker build is still successful with the proposed changes:

image

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 a pull request may close this issue.

1 participant