FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 51b1b27d authored by S.M. Shorrock's avatar S.M. Shorrock
Browse files

Add new file

parent d28cdc23
No related branches found
No related tags found
No related merge requests found
Pipeline #490199 failed
stages:
- build
docker_build:
stage: build
tags:
- docker
script:
- cp -R oraclelinux7/12.2.0.1/* ./
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- docker build --pull -t $CI_REGISTRY_IMAGE/oracle/instantclient:12.2.0.1 .
- docker push $CI_REGISTRY_IMAGE/oracle/instantclient:12.2.0.1
- docker images -a | grep "instantclient" | awk '{print $3}' | sort -u | xargs docker rmi -f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment