-
Notifications
You must be signed in to change notification settings - Fork 60
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
Change of direction #53
Comments
What we could do to offer a hardened Docker image:
https://github.com/microversecloud/docker-alpine-hardened/blob/master/harden.sh is interesting |
What are your thought about the un-publish of all the 20 images? I think that if we provide a single image we can then use a reasonable versioning on it. Each image will have a fixed version of |
Also I've found some interesting bits there:
About the tags you suggest, we could not change the node version? |
After the discussion here I've thought that maybe we can re-think the objective of the images that we ship on the Docker Hub.
Now, basically, we publish 20 images that just adds
pm2
on the officialnode
Docker repo.While they can be useful for some, the truth is that, as pointed out here, they may not be real value added for the community. (Even if there are more than 10k pull from the Docker Hub)
I believe that the common user just want to have a "production ready" container to ship his services.
BUT the
node
's official images aren't suited for production.So, in that sense, it wouldn't be better to build our own
HARDENED
image that the users can pull and run?Something like docker-alpine-hardened image.
@Unitech @vmarchaud What do you think?
Is there a way to get some feedbacks from pm2's users?
The text was updated successfully, but these errors were encountered: