roberthawdon / phpwpoison

A fork of PHP Spam Poison by Mario A. Valdez-Ramírez
GNU General Public License v2.0
0 stars 0 forks source link

Create Automated Build on Docker Hub #3

Open pataquets opened 6 years ago

pataquets commented 6 years ago

Docker Hub allows you to create Automated Builds from source: https://docs.docker.com/docker-hub/builds/ It would add another packaging/distribution/installation method, whose buildings would be triggered automatically on each commit. It also allows to create different image tags automatically from git tags & branches. Also, documentation could include an example docker run command which would become the canonical, no-install-needed way to run latest release.

By making the image build via an AB, you give the resulting image verifiability and auditability. Also, the build is fully automatic. You can have the latest image tag build from HEAD and individual image tags from git's release tags. Some people avoid non-verifiable (manually uploaded) images due to security & traceability reasons.

Since #2 is in, just a free Docker Hub account and a quick setup would do. Ping me if you need help.

pataquets commented 6 years ago

@roberthawdon : Any feedback on this? Let me know if you found any problem which I can help with.