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

Switch Docker base image from CentOS (as it is now EOL) #283

Closed
cpnat opened this issue Oct 25, 2022 · 1 comment
Closed

Switch Docker base image from CentOS (as it is now EOL) #283

cpnat opened this issue Oct 25, 2022 · 1 comment

Comments

@cpnat
Copy link
Contributor

cpnat commented Oct 25, 2022

Is your feature request related to a problem? Please describe.
CentOS is now EOL (https://www.centos.org/centos-linux-eol/) and is the OS of the base Docker image used for the development and CI setup.

The YUM repository was removed from the CentOS update servers, and therefore packages cannot be installed. We are pointing to a mirror in the existing Dockerfile - meaning there will be no updates, so this is a temporary fix.

Describe the solution you'd like
Switch the Dockerfile to a base image from an actively maintained Linux distribution (debian:bullseye-slim is proposed).

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

cpnat added a commit to kolonialno/snowplow-python-tracker that referenced this issue Oct 25, 2022
cpnat added a commit to cpnat/snowplow-python-tracker that referenced this issue Oct 25, 2022
@cpnat
Copy link
Contributor Author

cpnat commented Oct 25, 2022

The PR to close this issue is here #284

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

No branches or pull requests

1 participant