Update to TSM Client 8.1.7
This commit is contained in:
parent
21e3ecd2cb
commit
7685f64dc1
@ -1,6 +1,3 @@
|
||||
services:
|
||||
- ${CI_REGISTRY}/leenooks/ci-docker:dind
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
@ -16,6 +13,7 @@ build:6-7.1:
|
||||
- c6
|
||||
tags:
|
||||
- C
|
||||
- x86_64
|
||||
artifacts:
|
||||
name: "$CI_BUILD_NAME"
|
||||
paths:
|
||||
@ -32,6 +30,7 @@ test:6-7.1:
|
||||
- c6
|
||||
tags:
|
||||
- C
|
||||
- x86_64
|
||||
|
||||
# Compile on CentOS 6.x, for some reason compiling on CentOS 7.x results in buffer corruption
|
||||
build:7-8.1:
|
||||
@ -43,6 +42,7 @@ build:7-8.1:
|
||||
- master
|
||||
tags:
|
||||
- C
|
||||
- x86_64
|
||||
artifacts:
|
||||
name: "$CI_BUILD_NAME"
|
||||
paths:
|
||||
@ -59,6 +59,7 @@ test:7-8.1:
|
||||
- master
|
||||
tags:
|
||||
- C
|
||||
- x86_64
|
||||
artifacts:
|
||||
name: "$CI_BUILD_NAME"
|
||||
paths:
|
||||
@ -67,14 +68,17 @@ test:7-8.1:
|
||||
docker:7-8.1:
|
||||
stage: docker
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
before_script:
|
||||
- docker info
|
||||
- docker version
|
||||
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
|
||||
variables:
|
||||
CACHETAG: build
|
||||
VERSION: 8.1.4
|
||||
DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375
|
||||
VERSION: 8.1.7
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
dependencies:
|
||||
- test:7-8.1
|
||||
script:
|
||||
@ -86,5 +90,6 @@ docker:7-8.1:
|
||||
- docker push ${CI_REGISTRY_IMAGE}:${CACHETAG}
|
||||
tags:
|
||||
- docker
|
||||
- x86_64
|
||||
only:
|
||||
- master
|
||||
|
@ -1,5 +1,5 @@
|
||||
# NAME deon/tsmpipe
|
||||
# VERSION 8.1.4
|
||||
# VERSION 8.1.7
|
||||
|
||||
FROM centos:7
|
||||
|
||||
@ -7,7 +7,7 @@ FROM centos:7
|
||||
#RUN SOURCE_URL=ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/LinuxX86/BA/v812/8.1.2.0-TIV-TSMBAC-LinuxX86.tar \
|
||||
|
||||
# If using PPA source
|
||||
RUN SOURCE_URL=http://yum.leenooks.net/docker/tsmba/8.1.4 \
|
||||
RUN SOURCE_URL=http://yum.leenooks.vpn/docker/tsm/8.x/SP_CLIENT_8.1.7_LIN86_ML.tar.gz \
|
||||
&& PREFIX=TSMCLI_LNX/tsmcli/linux86 \
|
||||
&& CHARS=$(echo ${PREFIX} | awk -F"/" '{print NF}') \
|
||||
&& curl -SL ${SOURCE_URL} | tar -zC /tmp/ --strip-components ${CHARS} -xf - ${PREFIX}/gskcrypt64-*.linux.x86_64.rpm ${PREFIX}/gskssl64-*.linux.x86_64.rpm ${PREFIX}/TIVsm-API64.x86_64.rpm \
|
||||
|
Reference in New Issue
Block a user