We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.92.0
Processing Elements
The Dockerfile in the Maven archetype uses a Java 8-based image, while the current minimum Java version is 17.
Create a Maven archetype, generate a Docker image and start the archetype
The Dockerfile defines a base image that contains Java 17.
No response
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Use java 17 Docker base image in archetypes (#1770)
e865b9c
Use java 17 Docker base image in archetypes (#1770) (#1773)
a311295
Successfully merging a pull request may close this issue.
Apache StreamPipes version
0.92.0
Affected StreamPipes components
Processing Elements
What happened?
The Dockerfile in the Maven archetype uses a Java 8-based image, while the current minimum Java version is 17.
How to reproduce?
Create a Maven archetype, generate a Docker image and start the archetype
Expected behavior
The Dockerfile defines a base image that contains Java 17.
Additional technical information
No response
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: