-
Notifications
You must be signed in to change notification settings - Fork 93
Cloudbank version 5 #1099
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
base: main
Are you sure you want to change the base?
Cloudbank version 5 #1099
Conversation
Signed-off-by: Andy Tael <[email protected]>
Signed-off-by: Andy Tael <[email protected]>
Signed-off-by: Andy Tael <[email protected]>
* Add changes to support build and push * generic tenancy * generic tenancy
|
WORKDIR /helidon | ||
|
||
# Create a first layer to cache the "Maven World" in the local repository. | ||
ADD pom.xml . |
Check notice
Code scanning / SonarCloud
Prefer COPY over ADD for copying local resources Low
RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip -DskipOpenApiGenerate | ||
|
||
# Do the Maven build with fat JAR! | ||
ADD src src |
Check notice
Code scanning / SonarCloud
Prefer COPY over ADD for copying local resources Low
Initial commit, JKube build