Jenkins image has hardcoded URL registry.access.redhat.com in its S2I script

Solution In Progress - Updated -

Issue

  • kube-slave-common.sh in Jenkins's slave image, following codes exist. And they point to registry.access.redhat.com.
  NODEJS_SLAVE=registry.access.redhat.com/openshift3/jenkins-slave-nodejs-rhel7
  MAVEN_SLAVE=registry.access.redhat.com/openshift3/jenkins-slave-maven-rhel7
  # if the master is running the centos image, use the centos slave images.
  if [[ `grep CentOS /etc/redhat-release` ]]; then
    NODEJS_SLAVE=openshift/jenkins-slave-nodejs-centos7
    MAVEN_SLAVE=openshift/jenkins-slave-maven-centos7
  fi
  • We are using OpenShift with off-line environment, how can we fix it?

Environment

  • OpenShift Container Platform
    • 3.4 or earlier

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content