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

Adds a Dockerfile #132

Merged
merged 10 commits into from
Oct 22, 2024
Merged

Adds a Dockerfile #132

merged 10 commits into from
Oct 22, 2024

Conversation

PatStLouis
Copy link
Collaborator

This adds a dockerfile to the test-suite so it can be built/invoked remotely through a docker compose project.

Signed-off-by: PatStLouis <[email protected]>
Signed-off-by: PatStLouis <[email protected]>
Signed-off-by: PatStLouis <[email protected]>
Dockerfile Outdated
WORKDIR /test-suite

RUN apt update
RUN apt install default-jre -y
Copy link
Member

Choose a reason for hiding this comment

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

What's the JRE needed for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it's a dependency for the allure reporter, not required but having it will allow the image container to serve an allure report natively. More of a nice to have.

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe add a comment about that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've added a comment to reflect this

@PatStLouis PatStLouis merged commit dbdce18 into main Oct 22, 2024
2 checks passed
@PatStLouis PatStLouis deleted the docker branch October 22, 2024 16:45
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.

3 participants