-
Notifications
You must be signed in to change notification settings - Fork 672
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
Version tags to docker images #2315
Comments
Thanks for supporting the docker image, I am planning to use your image for our production end to end test use case and was wondering if you have a timeline for supporting version tags for docker image? It would be really nice and helpful to have that. |
Even better, perhaps is it possible to become the official repo on docker hub and the users could launch testcafe like this :
And You'll benefit of the layers vulnerability scanning. |
Hi @Gwerlas, thanks for the hint! I think I will try to get the official image status next sprint (2-3 weeks usually). |
It looks like Gulpfile.js has most of what's needed to publish with tags, with some tweaks.
If the version was added to
then
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow. |
Are you requesting a feature or reporting a bug?
Enhancement
What is the current behavior?
Only tags
latest
,alpha
anddev
for testcafe docker imagesWhat is the expected behavior?
In addition to current tags a unique version tag for each release. For example:
testcafe/testcafe:0.19.1
Reasoning
Without specific version tags our CI tests will fail when a non-backwards compatible image with
latest
tag is released. I'd like to pin a specific version to be used in CI.The text was updated successfully, but these errors were encountered: