mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:25 +02:00
update builder
This commit is contained in:
parent
9470eef015
commit
19647f280b
@ -8,20 +8,26 @@ A docker image that builds, tests and pushes docker images from code repositorie
|
||||
```
|
||||
builder:
|
||||
image: tutum/builder
|
||||
command: vimagick/test
|
||||
volumes:
|
||||
- ~/.dockercfg:/.dockercfg:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:rw
|
||||
environment:
|
||||
- GIT_REPO=https://github.com/vimagick/dockerfiles.git
|
||||
- DOCKERFILE_PATH=/test
|
||||
- IMAGE_NAME=vimagick/test:latest
|
||||
privileged: true
|
||||
```
|
||||
|
||||
- If `IMAGE_NAME` not specified, it will be built and tested, but not pushed.
|
||||
- [Hooks][1] in `$DOCKERFILE_PATH/hooks/` will be executed before and after each step.
|
||||
|
||||
## build docker image
|
||||
|
||||
```
|
||||
$ cd ~/fig/builder/
|
||||
$ docker login
|
||||
$ docker-compose run --rm -e DOCKERFILE_PATH=/tinc builder vimagick/tinc:latest
|
||||
$ docker-compose run --rm -e DOCKERFILE_PATH=/tinc -e IMAGE_NAME=vimagick/tinc builder
|
||||
$ docker search vimagick/tinc
|
||||
```
|
||||
|
||||
[1]: https://github.com/tutumcloud/builder#hooks
|
||||
|
Loading…
x
Reference in New Issue
Block a user