Commit Graph

22 Commits

Author SHA1 Message Date
Ying Li
4301c3f402 Pin the version of oscross, similarly to docker/docker
Signed-off-by: Ying Li <ying.li@docker.com>
2016-04-07 14:09:57 -07:00
Ying Li
55436e6348 Do not install go vet on the Dockerfile, as it should already be in the image, and godeps no longer necessary
Signed-off-by: Ying Li <ying.li@docker.com>
2016-04-07 14:09:27 -07:00
Ying Li
5617ee4720 Cross compile notary binaries inside a Docker container
Signed-off-by: Ying Li <ying.li@docker.com>
2016-03-24 10:37:36 -07:00
Ying Li
00c667a5b1 Update dockerfiles to be go 1.6 and to no longer set the GOPATH
Signed-off-by: Ying Li <ying.li@docker.com>
2016-03-08 11:38:39 -08:00
Jessica Frazelle
4e59ed05bc better named dockerfiles and upgrade to go 1.5.1
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2015-10-29 17:18:43 -07:00
Jessica Frazelle
74b4ef064c change canonical json package
update godeps for gotuf and canonical json

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2015-09-03 20:11:49 -07:00
Jessica Frazelle
f52a63a161 fix
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2015-07-28 16:06:09 -07:00
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