aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-04-14Simplify furtherHEADmasterBen Burwell
2019-07-07Statically link cashierd with C libsNiall Sheridan
2019-07-07Switch to modulesNiall Sheridan
2019-07-03Use the static container imageNiall Sheridan
This includes ca-certs in the docker image Fixes #82
2018-08-10Add version stringNiall Sheridan
Add `lib.Version` to get updated at build time. Add --version flags to cashier and cashierd Send client version in the signing request Send server version in http response headers and in signing response Set version at build time
2018-08-07Use multi-stage build with current Go versionNiall Sheridan
2016-10-31Add /cashier volumeNiall Sheridan
2016-09-11Use the alpine imageNiall Sheridan
2016-08-17Use go 1.7Niall Sheridan
2016-05-22Make template directory configurableNiall Sheridan
2016-05-22updateNiall Sheridan
2016-05-22Move binaries into cmd/ directoryNiall Sheridan
2016-05-22Move server/main.go to top-level server.goNiall Sheridan
Also add a Dockerfile