Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | Update Dockerfile | Michael Adams | |
Update Dockerfile to use Debian 10 + pull the main.sh directly from Github; works for Portainer use. | |||
2018-10-21 | Update ZeroTier version on Docker | Bruno Tavares | |
This commit changes the Dockerfile ot use the multi-stage build and help to get an automated build on Docker. The idea of the multi-stage build is to use the already stable Debian distribution channel to provide up-to-date versions of ZeroTier. The benefit is that it would be possible to automate the image build, either on Docker Hub, Travis or taking advantage of the [docker-library/official-images] infrastructure. This changes follows the best-practices suggested by [docker-library/official-images], such as using a High Availability GPG keyserver, providing a default CMD, allowing "bash" on `docker run` and others. Given that both the builder `debian:stretch` and `alpine:latest` are official messages and have [manifests], this means that this Dockerfile is also multi-platform. This means that this same Dockerfile will pick-up the correct Debian package according to the architecture of the running system during build. With this changes we could try to promote the image to be parte of [docker-library/official-images], and take advantage of automated publishing of multi-architecture images. Others would be able to use `docker run zerotier` and download the latest version appropriate to their system. Related to #682 [docker-library/official-images]: https://github.com/docker-library/official-images [manifests]: https://blog.docker.com/2017/09/docker-official-images-now-multi-platform/ | |||
2017-05-10 | version | Adam Ierymenko | |
2017-04-14 | Resurrect zerotier-containerized. | Adam Ierymenko | |
2016-06-25 | Build and spec file updates for CentOS6 | Adam Ierymenko | |
2016-06-08 | systemd stuff for debian | Adam Ierymenko | |
2016-06-08 | Fix build against Debian version of libhttp-parser -- its old but it will work. | Adam Ierymenko | |
2016-06-02 | Stash old Linux binary installer stuff in attic. This is going away. | Adam Ierymenko | |
2016-03-01 | Merge branch 'dev' of https://github.com/krisek/ZeroTierOne into dev | Adam Ierymenko | |
2016-03-01 | Fix GitHub issue #311 | Adam Ierymenko | |
2016-02-28 | Typo fix. | Kristof Imre Szabo | |
2016-02-28 | Spec description rephrased. | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-27 | Initial commit of the standard zerotier RPM specification | Kristof Imre Szabo | |
2016-02-25 | cleanup | Adam Ierymenko | |
2016-02-24 | Remove ui/ on Linux uninstall. | Adam Ierymenko | |
2016-02-24 | Make installers silent when run inside packages. | Adam Ierymenko | |
2015-12-01 | Fix Linux init script to properly specify runlevels. | Adam Ierymenko | |
2015-11-30 | Fix for GitHub issue #252 | Adam Ierymenko | |
2015-11-16 | Fix ARM dpkg build. | Adam Ierymenko | |
2015-06-11 | Add ui to /var/lib/zerotier (linux installer) | Kees Bos | |
2015-06-02 | Get rid of "autoupdating" in Linux package names. | Adam Ierymenko | |
2015-06-02 | Linux installer tweaks, and Mac updater tweak. | Adam Ierymenko | |
2015-05-27 | Fix for GitHub issue #133, and move restart out of installer to address ↵ | Adam Ierymenko | |
restart problem. Installer probably should NOT mess with the running service, since Linux servers are likely to be production. | |||
2015-05-19 | . | Adam Ierymenko | |
2014-12-16 | Remove &s from restarts in installer -- probably part of the restart problem. | Adam Ierymenko | |
2014-12-05 | Make RPM version contain .autoupdating to indicate that it auto updates ↵ | Adam Ierymenko | |
outside normal RPM channels. | |||
2014-12-04 | RPM build support in buildinstaller.sh | Adam Ierymenko | |
2014-12-04 | Add .service to unit name in uninstall too. | Adam Ierymenko | |
2014-12-03 | Another systemd change... should fix problems on some systems. | Adam Ierymenko | |
2014-12-03 | Systemd permission fix in Linux installer. | Adam Ierymenko | |
2014-12-03 | Don't restart ZeroTier One service if version has not changed. | Adam Ierymenko | |
2014-12-03 | fix service command, eliminate all uses of killall since it might be missing | Adam Ierymenko | |
2014-12-03 | Preinst and postinst Debian scripts. | Adam Ierymenko | |
2014-12-03 | Basic Debian package support in buildinstaller.sh | Adam Ierymenko | |
2014-10-13 | Fix for init.d/zerotier-one (again) | Adam Ierymenko | |
2014-10-13 | Part two of fix to GitHub issue #118 -- need to test thoroughly though. | Adam Ierymenko | |
2014-10-13 | Fix for part one of GitHub issue #118 | Adam Ierymenko | |
2014-08-07 | Make install scripts also symlink zerotier-idtool script, and doc updates. | Adam Ierymenko | |
2014-03-05 | Fix GitHub issue #45 - Linux install issues | Adam Ierymenko | |
2014-03-05 | Revisions to Linux install script, and support for init.d or upstart systems ↵ | Adam Ierymenko | |
without chkconfig (Ubuntu). | |||
2014-03-03 | Make sysV init script run as daemon, for GitHub issue #45 | Adam Ierymenko | |
2014-02-14 | Another Linux installer fix: do not clobber existing directory permissions! | Adam Ierymenko | |
2014-02-15 | Another little Linux installer fix. | Adam Ierymenko | |
2014-02-14 | Small fix to Linux installer. | Adam Ierymenko | |
2014-02-14 | Clean up old init.d installation files on systemd systems if present. | Adam Ierymenko | |
2014-02-14 | Systemd support on Linux - GitHub issue #39 | Adam Ierymenko | |
2014-01-06 | Installer bugfix on Linux. | Adam Ierymenko | |