summaryrefslogtreecommitdiff
path: root/Dockerfile.release
AgeCommit message (Collapse)Author
2022-09-13update dockerfile.releaseGrant Limberg
2022-08-23Modify Dockerfile.release to support multi-arch buildsGrant Limberg
2022-03-23Dockerfile: Reduce healthcheck interval to 1s (it's cheap)Erik Hollensbe
Signed-off-by: Erik Hollensbe <[email protected]>
2022-03-23HEALTHCHECK operationErik Hollensbe
Signed-off-by: Erik Hollensbe <[email protected]>
2022-03-23Fix dockerfile & entrypoint:Erik Hollensbe
- Resolve issue with join not being checked properly for success without using external tools - Resolve issue where initial boot was not being checked properly - Now output errors when zerotier fails to start closes #1581 cc @altano for inspiration for this patch Signed-off-by: Erik Hollensbe <[email protected]>
2021-04-13Multiple image fixes:Erik Hollensbe
- Can now provide the following environment variables to populate secrets (nice for kubernetes, other situations) - ZEROTIER_API_SECRET: authtoken.secret - ZEROTIER_IDENTITY_PUBLIC: identity.public - ZEROTIER_IDENTITY_SECRET: identity.secret - Joining networks by providing them as a part of docker's "command" array should now work properly Signed-off-by: Erik Hollensbe <[email protected]>
2021-02-24Initial docker release image toolingErik Hollensbe
Signed-off-by: Erik Hollensbe <[email protected]>