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

chore(build): Update Dockerfiles for new cloudbuild configs #783

Merged
merged 3 commits into from
Feb 25, 2020

Conversation

plumpy
Copy link
Member

@plumpy plumpy commented Feb 18, 2020

&& apt-get install -y \
openjdk-8-jdk-headless \
&& apt-get clean
Copy link
Member

@ttomsu ttomsu Feb 19, 2020

Choose a reason for hiding this comment

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

In the past, we've had flaky container builds doing an apt upgrade, not to mention that it takes a relatively long time. Since this is only an intermediate container, what do you think about simply basing it FROM openjdk:8, just like Dockerfile.java8?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ooh, yeah, I forgot about those. That's way better, thanks. I'll work on updating all the PRs, make sure they still build, and then update this comment when I'm done.

Copy link
Member Author

Choose a reason for hiding this comment

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

They all compiled fine with openjdk:8, so I've updated all 10 of the PRs whenever you get a chance to review, thanks.

Dockerfile.ubuntu Show resolved Hide resolved
@plumpy plumpy merged commit 5610eeb into spinnaker:master Feb 25, 2020
@plumpy plumpy deleted the container_builds branch February 25, 2020 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants