Commit Graph

15 Commits

Author SHA1 Message Date
Jessica Frazelle
23a2d8a3ec move coverage script to makefile function
Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-07-17 12:17:38 -07:00
Jessica Frazelle
7a588ab223 Add makefile target for cross
Can be run with:

```
docker build --rm --force-rm -t notary .

docker run --rm -it \
    -v $(pwd)/cross:/go/src/github.com/docker/notary/cross \
    notary \
    make cross
```

Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-07-17 11:36:38 -07:00
Jessica Frazelle
541920c770 Re-add back root Dockerfile for cross comiling and with GOPATH setup correctly.
Fix notary-server Dockerfile so the COPY is after the run otherwise the cache
will bust on the COPY and you wind up having to run the RUN apt-get every
single time you build the Dockerfile.

Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-07-17 07:38:17 -07:00
Diogo Monica
657150ca9b Working docker build/docker compose
Signed-off-by: Diogo Monica <diogo@docker.com>
2015-07-14 15:46:21 -07:00
Jessica Frazelle
26c7443d9b cleanup dockerfile
Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-07-09 14:43:16 -07:00
Nathan McCauley
e46a95227c rename vetinari to notary
Signed-off-by: Nathan McCauley <nathan.mccauley@docker.com>
2015-06-19 11:01:19 -07:00
Diogo Monica
c68d837670 Reordering Go imports on Vetinari Dockerfile 2015-06-18 14:16:44 -07:00
Diogo Monica
0ee61e25c9 Added Dockerfiles, changed compose 2015-06-18 01:22:15 -07:00
Nathan McCauley
c7ae7435c4 public key type canonicalization 2015-04-28 17:28:48 -07:00
Nathan McCauley
faeed37c22 print debugging on failure to load keys, correct cert paths 2015-04-28 11:22:10 -07:00
Nathan McCauley
95adc15e36 debugging stuffz 2015-04-28 11:22:10 -07:00
Nathan McCauley
e85af39e21 dockerfile update for config file 2015-04-28 11:22:09 -07:00
Nathan McCauley
c043e6d5a3 Initial docker-compose config for rufus/vetinari integration 2015-04-28 11:22:09 -07:00
Diogo Monica
134fcae497 Adding new certs to vetinari 2015-04-27 18:39:31 -07:00
Diogo Monica
9a495fa942 Initial working server commit 2015-03-31 18:40:07 -07:00