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 test matrix Docker images for OpenJ9 #2377

Merged
merged 3 commits into from Feb 23, 2021

Conversation

agoallikmaa
Copy link
Contributor

Added OpenJ9 test image creation for all existing appservers. These images have been tested to pass smoke tests locally, but that will be a separate PR because these images will only exist in the public repository after this is merged.

Changed the way that images are listed to be both more flexible (allows overriding Dockerfile name, and give custom build arguments per version/vm/jdk) and avoid VM name and version number duplication for matrix-like groups (without exclusions).


WORKDIR $HOME_DIR

COPY app.war $DEPLOY_DIR
Copy link
Contributor

Choose a reason for hiding this comment

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

Move COPY line to the end of the file. Then static EXPOSE and CMD layers can be cached.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

COPY --from=default $SERVER_BASE $SERVER_BASE
WORKDIR $SERVER_BASE

COPY app.war $SERVER_BASE/webapps/
Copy link
Contributor

Choose a reason for hiding this comment

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

Move COPY line to the end of the file. Then static EXPOSE and CMD layers can be cached.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@iNikem iNikem merged commit be75cee into open-telemetry:main Feb 23, 2021
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.

None yet

3 participants