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

Add easy ability to publish a Docker image #14

Open
C0deH4cker opened this issue May 15, 2022 · 1 comment
Open

Add easy ability to publish a Docker image #14

C0deH4cker opened this issue May 15, 2022 · 1 comment
Assignees
Milestone

Comments

@C0deH4cker
Copy link
Owner

Now that #9 has landed, it would be great if there were an easy way to publish the entire Docker image. Whether as a .tar.gz image or by pushing to the Docker Hub is still TBD.

@C0deH4cker
Copy link
Owner Author

I think it would be good for projects to need to opt-in to publishing by setting something like DOCKER_PUBLISH := 1 in their Build.mk file. Then, make docker-publish or make docker-push will push the publishable images to Docker Hub. That way it's hard to accidentally publish a Docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant