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

Indra on Java11 container #73

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leonardossz
Copy link
Contributor

Building OCI container with maven jib plugin for java 11

  • Spotify docker-maven-plugin removed, google jib maven plugin is used instead
  • lots of simplifications in maven configuration, like no need of building a tar.gz dist anymore, this was a requirement to build the image with the former docker-maven-plugin
  • now some configuration options can be overridden through maven profiles
  • java 11 is used as the base image
  • mvn clean package builds a docker image as before
  • mvn clean package jib:build builds and push to the repo (if credentials are in place)

+ Removed __unused__ maven integration test plugin which was using jaxb-rt (failsafe-plugin)
+ Server shutdown improved a bit
+ Updated README.md
Building OCI container with maven jib plugin for java 11

+ spotify docker-maven-plugin removed, google jib maven plugin is used instead
+ lots of simplifications in maven configuration, no need of building a tar.gz dist anymore, it was a requirement to build the image with the former docker-maven-plugin
+ now some configuration options can be overriden through maven profiles
+ java 11 is used as base image
+ mvn clean package builds a new image as before
+ mvn clean package jib:build builds and push to the repo (if credentials are in place)
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.

1 participant