File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ branches:
55cache :
66 directories :
77 - vendor
8+ env :
9+ DEV_REGISTRY=quay.io
810services :
911 - docker
1012sudo : required
1113install :
1214 - make bootstrap
1315script :
14- - make test
16+ - make test build docker-build
1517deploy :
1618 provider : script
1719 script : _scripts/deploy.sh
Original file line number Diff line number Diff line change 11FROM alpine:3.3
22
3+ # install git and configure gituser
4+ ENV GITHOME /home/git
5+ ENV GITUSER git
6+
37# install common packages
48RUN apk add --update-cache \
59 bash \
@@ -24,9 +28,6 @@ RUN mkdir -p /var/run/sshd && rm -rf /etc/ssh/ssh_host* \
2428
2529COPY . /
2630
27- # install git and configure gituser
28- ENV GITHOME /home/git
29- ENV GITUSER git
3031# this is so the minio client (https://github.com/minio/mc) works properly
3132ENV DOCKERIMAGE=1
3233ENV DEIS_RELEASE 2.0.0-dev
You can’t perform that action at this time.
0 commit comments