-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore: add smoke tests to the images #1197
Conversation
IMO this is a good idea regardless (as I noted over there) 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also remove npm --version
& yarn --version
in test-image.bats? Maybe also move node -e "process.stdout.write(process.versions.node)"
here?
BTW, I'm not sure if the smoke tests comments are really needed, maybe not.
Good call. EDIT: Wait, maybe not. |
This could probably land as-is and decide about the BATS after. I think it makes sense to remove it for these cases, but this can help test some failures happening for ARM right now |
Yeah, let's |
Created PR to the official-images repo (docker-library/official-images#7472). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
Second part of #1195 (comment)