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

Publish docker images on Docker Hub #184

Closed
aminya opened this issue Jul 20, 2023 · 1 comment · Fixed by #237
Closed

Publish docker images on Docker Hub #184

aminya opened this issue Jul 20, 2023 · 1 comment · Fixed by #237
Labels
enhancement New feature or request

Comments

@aminya
Copy link
Owner

aminya commented Jul 20, 2023

setup-cpp has had docker images for different platforms:
https://github.com/aminya/setup-cpp/tree/master/dev/docker

It would be a great idea to publish these images on Docker Hub. This could make it easier to test the code on different platforms when everything is already set up. It could also reduce the build times as the docker images can be downloaded and cached faster.

We can probably use a tagging scheme that is consistent with the base image, and also indicate the main compiler that is used in .cpprc.

For example, we can have these images:

  • setup-cpp-ubuntu-llvm:22.04-15
  • setup-cpp-fedora-llvm:30-15
  • setup-cpp-ubuntu-gcc:22.04-13
  • ...

Upvote & Fund

  • I am using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.

  • Thank you in advance for helping prioritize & fund our backlog.

Fund with Polar
@aminya
Copy link
Owner Author

aminya commented Mar 24, 2024

Fixed in #237

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

Successfully merging a pull request may close this issue.

1 participant