-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat(swabbie): Dockerize Swabbie #668
Conversation
@@ -0,0 +1,8 @@ | |||
FROM ubuntu:jammy | |||
RUN apt-get update && apt-get install -y \ | |||
openjdk-11-jdk \ |
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.
Wondering if shouldn't run on 17 vs. 11 kinda thing for builds now. The target on the gradle plugin should still compile to 11... but can use the 17 JDK for this.
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.
NOTE: This is how other projects work, so separate PR for that.
Halyard don't support Swabbie
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.
NICE and thank you!!
Thanks @jasonmcintosh! Not sure if any credentials or other env variables needs to be added to the repo, but hopefully everything is inherited from the org. |
No description provided.