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

CHE-3740; fix debian scipts java install #3745

Merged
merged 4 commits into from
Jan 16, 2017
Merged

CHE-3740; fix debian scipts java install #3745

merged 4 commits into from
Jan 16, 2017

Conversation

mshaposhnik
Copy link
Contributor

@mshaposhnik mshaposhnik commented Jan 16, 2017

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

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

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.

Copy link
Contributor Author

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.

Copy link
Contributor

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.

@mshaposhnik mshaposhnik merged commit 9bbe107 into master Jan 16, 2017
@mshaposhnik mshaposhnik deleted the CHE-3740 branch January 16, 2017 10:57
@codenvy-ci
Copy link

@slemeur slemeur added this to the 5.1.0 milestone Jan 17, 2017
@slemeur slemeur added the kind/bug Outline of a bug - must adhere to the bug report template. label Jan 17, 2017
@JamesDrummond JamesDrummond mentioned this pull request Jan 31, 2017
9 tasks
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All bitnami stacks do not work
4 participants