-
Notifications
You must be signed in to change notification settings - Fork 344
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
pin last vega-lite
version to support node16
#1429
Conversation
Thanks @dacbd !
|
This patch is a relatively simple undertaking. As far as maintaining both, I would consider the docker images to be in maintenance mode. The thing that bothers me the most is that the cml release workflow is very fragile in its current state, so creating as few releases as possible is my preference.
IMO if you are using docker images for your project pipelines you shouldn't use any |
Is setup-cml available only for GH though? Pretty much in general people have to use cml images, no? btw, do we have the |
Yes BB pipelines and gitlab-ci don't have anything similar (to setup-cml) and are essentially based on containers. People don't have to use the CML images still they can install cml into with own image, or use @0x2b3bfa0's Yes we build |
okay, fine then ... let's pin the images and probably bump the website to use dvc3. No need to spend too much time on it for now. I'm a bit worried that Node 16 is out of support now. So, probably we should put a note somewhere on the website as well that we don't recommend using those images - they are just an example. |
It would be nice if this was mentioned in the documentation. Currently, it seems like your recommendation is to use these images to run pipelines in self-hosted runners
I don't have much experience outside github - however, even in github you need to use the This is a bit confusing. But even so, if this is the recommended process, it maybe should be in the documentation?
I agree that advanced use-cases are probably better off creating their own image. The issue is that for a good number of cases, these images are probably going to be quite simple: cml (and the node version that works for |
@0x2b3bfa0 @dacbd do we know why does it keep creating comments here? :) |
@shcheklein I think its one of the tests, this was the last PR merged cml/bin/cml/comment/create.e2e.test.js Lines 37 to 50 in f775f7b
|
No description provided.