-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CHE-3740; fix debian scipts java install #3745
Conversation
@@ -98,6 +98,7 @@ elif echo ${LINUX_TYPE} | grep -qi "debian"; then | |||
|
|||
if [ ${INSTALL_JDK} = true ]; then | |||
PACKAGES=${PACKAGES}" openjdk-8-jdk-headless"; | |||
echo "deb http://ftp.de.debian.org/debian jessie-backports main" | ${SUDO} tee --append /etc/apt/sources.list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we use http://httpredir.debian.org/debian ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used that url in a comment as an example. Yes, we should use this one I think. Or install by adding ppa.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups. deb http://ftp.debian.org/debian testing main
is the correct link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
httpredir.debian.org/ is selecting the closest mirror from the user.
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1642/ |
What does this PR do?
Add a OpenJDK installation fix for some Debian-based images
What issues does this PR fix or reference?
fixes #3740