0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00
Commit graph

158 commits

Author SHA1 Message Date
Tycho Andersen
3a211889da install swag instead of updating it in the go deps
go get -u <package> does an update of the go.mod and go.sum files; go
install <package> installs the binary at that location.

It seems the intent of this line in the makefile is to install swag if it
doesn't exist based on the ||, so let's actually install it, instead of
just updating the local deps.

This also has the advantage of not immediately generating a diff when
someone doesn't have swag installed.

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
2019-09-03 14:21:05 -06:00
Ramkumar Chinchani
68a1784c17 docs: fix Makefile 2019-08-29 10:56:59 -07:00
Ramkumar Chinchani
f2cd6b7b9a build: support building inside a container using stacker 2019-08-14 16:26:49 -07:00
Ramkumar Chinchani
2a96e73384 build: support building inside a container 2019-08-14 12:39:38 -07:00
Ramkumar Chinchani
36ca298507 tls: require mutual auth only when htpasswd not available 2019-07-21 15:10:09 -07:00
Ramkumar Chinchani
066bf1b9eb router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
Ramkumar Chinchani
c142daff87 CI/CD: code coverage and bazel improvements 2019-06-26 15:01:52 -07:00
Ramkumar Chinchani
9d4e8b4594 zot: initial commit 2019-06-21 15:29:19 -07:00