Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1845902: Set OPENSHIFT_JENKINS_IMAGE_VERSION #1081

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2/Dockerfile.localdev
Expand Up @@ -30,7 +30,7 @@ ENV JENKINS_VERSION=2 \
HOME=/var/lib/jenkins \
JENKINS_HOME=/var/lib/jenkins \
JENKINS_UC=https://updates.jenkins.io \
OPENSHIFT_JENKINS_IMAGE_VERSION=4.0 \
OPENSHIFT_JENKINS_IMAGE_VERSION=4.5 \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
INSTALL_JENKINS_VIA_RPMS=false
Expand Down
2 changes: 1 addition & 1 deletion 2/Dockerfile.rhel7
Expand Up @@ -30,7 +30,7 @@ ENV JENKINS_VERSION=2 \
HOME=/var/lib/jenkins \
JENKINS_HOME=/var/lib/jenkins \
JENKINS_UC=https://updates.jenkins.io \
OPENSHIFT_JENKINS_IMAGE_VERSION=4.0 \
OPENSHIFT_JENKINS_IMAGE_VERSION=4.5 \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
INSTALL_JENKINS_VIA_RPMS=false
Expand Down