Skip to content

Commit 4b38c37

Browse files
committed
Testing image build process.
1 parent 8fa624b commit 4b38c37

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ install:
3737
- unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
3838
# Chmod is needed to allow for write access within from docker container volume
3939
- chmod -R go+w ./${UTPLSQL_DIR}/source
40+
- docker version -f '{{.Server.Experimental}}'
41+
- echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
42+
- docker version -f '{{.Server.Experimental}}'
4043
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
4144

4245
script:
43-
- pwd && ls -l && docker build --no-cache --force-rm -t ${ORACLE_VERSION} .
46+
- pwd && ls -l && docker build --no-cache --force-rm --force-rm -t ${ORACLE_VERSION} .
4447
- docker image ls
45-
- docker export ${ORACLE_VERSION}.zip ${ORACLE_VERSION}
48+
- docker export -o ${ORACLE_VERSION}.zip ${ORACLE_VERSION}

0 commit comments

Comments
 (0)