Grégoire Henry
c91f082a28
Makefile: rename tezos-$protocol-baker
to tezos-baker-$protocol
2018-07-18 23:43:49 +02:00
Grégoire Henry
572bcf12fc
Docker: handle multiple protocols
2018-07-18 23:17:45 +02:00
James Edwards
d3589324f5
Add tezos-signer to Docker image.
2018-07-09 12:14:43 +02:00
Grégoire Henry
c0222e53ee
CI: use the new opam images from tezos/opam-repository
2018-07-06 18:18:41 +02:00
Pietro
0b3606c017
Docker: do not create a volume by default in the image
2018-06-22 22:43:40 +02:00
Vincent Botbol
cf36510431
Docker: update docker configuration and fix wallet names
2018-06-19 03:06:21 +02:00
Vincent Botbol
bea2344c3c
Storage: clean up leveldb artifacts
2018-06-19 03:06:21 +02:00
Grégoire Henry
8fd79d1a89
Docker: remove levedb from the docker image
2018-06-13 01:00:47 +02:00
Pietro
4c4d2121ce
[ci]: recompile hidapi-0.8.0_rc1 package for alpine stable
2018-06-05 17:57:03 +02:00
Vincent Bernardoff
63e44af5e4
TLS: switch to ocaml-tls
2018-05-03 15:48:25 +02:00
Grégoire Henry
590e67f71b
Docker: reinstall 'vi' in docker image
...
This is used by `tezos-client`.
2018-03-22 14:04:51 +01:00
Grégoire Henry
891f2093ef
Docker: add bash-completion.sh in image
2018-03-07 18:14:51 +01:00
Pietro
ea515b9551
Alphanet: use docker-compose
2018-02-22 10:24:02 -05:00
Grégoire Henry
55db2dbf18
CI: improve pipeline duration
...
- do not use a intermediate docker image between 'build' and 'test'
- in 'build_deps', avoid downloading the cached image
- in 'prepare', use `opam bundle` to:
- embedded the sources of dependency
- reduce the embedded opam repository to the needed package
Other changes:
- reintroduced 'sudo' in the base image, it is needed by `opam depext`
and the job 'publish:doc'
- moved the docker script used by the CI in `scripts/ci/`
2018-01-28 20:03:31 +01:00