dokuwiki: series 2016

This commit is contained in:
Sameer Naik 2017-02-21 18:54:10 +05:30
parent 1697c88c95
commit b4a8e93dbd
8 changed files with 20 additions and 3 deletions

View File

@ -1 +1 @@
/local/
local/

View File

View File

@ -0,0 +1,15 @@
version: '2'
services:
dokuwiki:
image: 'bitnami/dokuwiki:2016'
ports:
- '80:80'
- '443:443'
volumes:
- 'dokuwiki_data:/bitnami/dokuwiki'
- 'apache_data:/bitnami/apache'
volumes:
dokuwiki_data:
driver: local
apache_data:
driver: local

View File

@ -2,6 +2,8 @@ machine:
services:
- docker
environment:
RELEASE_SERIES_LIST: 2016
LATEST_STABLE: 2016
IMAGE_NAME: dokuwiki
CHART_NAME: dokuwiki
CHART_REPO: https://github.com/kubernetes/charts
@ -12,11 +14,11 @@ dependencies:
override:
- docker info
- gcloud version
- docker pull $DOCKER_PROJECT/$IMAGE_NAME:_ || true
- curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-pull-cache.sh | bash -
test:
override:
- docker build --rm=false -t $DOCKER_PROJECT/$IMAGE_NAME:$CIRCLE_BUILD_NUM .
- curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-image-test.sh | bash -
deployment:
cache: