tomcat: series 9.0

This commit is contained in:
Sameer Naik 2017-02-21 12:07:06 +05:30
parent 13104b716b
commit 4d8c00ab42
7 changed files with 18 additions and 5 deletions

View File

@ -1,3 +1 @@
/local/
*.run
*.tar.gz
local/

View File

@ -0,0 +1,13 @@
version: '2'
services:
tomcat:
image: 'bitnami/tomcat:9.0'
ports:
- '8080:8080'
volumes:
- 'tomcat_data:/bitnami/tomcat'
volumes:
tomcat_data:
driver: local

View File

@ -2,6 +2,8 @@ machine:
services:
- docker
environment:
RELEASE_SERIES_LIST: 9.0
LATEST_STABLE: 9.0
IMAGE_NAME: tomcat
CHART_NAME: tomcat
CHART_REPO: https://github.com/bitnami/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: