Skip to content

chore(deps): update ibmjava docker tag to v9

30cb160
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update ibmjava docker tag to v9 #60

chore(deps): update ibmjava docker tag to v9
30cb160
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 17, 2025 in 15m 29s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #60 chore(deps): update ibmjava docker tag to v9.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
JDK Version openjdk8
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": true,
  "jdk": [
    "openjdk8"
  ],
  "cache": {
    "directories": [
      "${HOME}/.m2/repository"
    ]
  },
  "env": [
    "global={:PS1=>\"\\\">\\\"\"}"
  ],
  "before_install": [
    "openssl aes-256-cbc -K $encrypted_2e6b62dd1b86_key -iv $encrypted_2e6b62dd1b86_iv -in key.gpg.enc -out key.gpg -d",
    "wget https://public.dhe.ibm.com/ibmdl/export/pub/systems/cloud/runtimes/java/8.0.8.55/linux/x86_64/ibm-java-sdk-8.0-8.55-linux-x86_64.tgz",
    "tar -zxvf ibm-java-sdk-8.0-8.55-linux-x86_64.tgz",
    "export JAVA_HOME=ibm-java-x86_64-80",
    "export PATH=${JAVA_HOME}/bin:${PATH}",
    "wget https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.tar.gz",
    "tar -zxvf apache-maven-3.6.3-bin.tar.gz",
    "export MAVEN_HOME=`pwd`\"/apache-maven-3.6.3\"",
    "export PATH=${MAVEN_HOME}/bin:$PATH",
    "mvn --version"
  ],
  "install": [
    "true"
  ],
  "script": [
    "travis_wait 120 bash ./travis-build.sh"
  ],
  "before_cache": [
    "rm -fr ${HOME}/.m2/repository/com/ibm/ai/systemt"
  ]
}