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

add java docker container #89

Merged
merged 13 commits into from
Jun 3, 2022
Merged

add java docker container #89

merged 13 commits into from
Jun 3, 2022

Conversation

dixler
Copy link
Contributor

@dixler dixler commented May 27, 2022

Adds a java docker image.

Fixes #88
Fixes pulumi/pulumi-java#529

@dixler dixler marked this pull request as ready for review June 1, 2022 20:47
@dixler dixler requested review from jkodroff and jaxxstorm June 1, 2022 20:47
# Install Java
RUN apt-get update -y && \
apt-get install -y \
maven
Copy link
Member

Choose a reason for hiding this comment

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

For readability, suggest either indenting this b/c it's a param of the previous line, or merging into the previous line.


RUN apt-get update -y && \
apt-get install -y \
java-common \
Copy link
Member

Choose a reason for hiding this comment

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

Same suggestion: either indent or put all on one line.

@dixler dixler merged commit a40addc into main Jun 3, 2022
@pulumi-bot pulumi-bot deleted the dixler/529/docker-java branch June 3, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Java support Docker Image
2 participants