chore(deps): update ibmjava docker tag to v9 #60
Travis CI / Travis CI - Branch
succeeded
Nov 17, 2025 in 1m 52s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the renovate/ibmjava-9.x branch. You should be able to reproduce it by checking out the branch locally.
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"
]
}
Loading