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

TRG 7.05 Legal information for distributions #171

Closed
Tracked by #148
carslen opened this issue Nov 24, 2023 · 2 comments
Closed
Tracked by #148

TRG 7.05 Legal information for distributions #171

carslen opened this issue Nov 24, 2023 · 2 comments
Assignees

Comments

@carslen
Copy link
Contributor

carslen commented Nov 24, 2023

As a published Docker Container is a distribution, legal documentation must be added to the container.

Proposal for your Dockerfile:

[...]
COPY LICENSE NOTICE.md DEPENDENCIES /build/libs/miw-latest.jar /app/

WORKDIR /app

[...]

This will place the legal documentation next to your application jar file. The jar itself already contains the legal docs in META-INF 👍.

@borisrizov-zf
Copy link
Contributor

Done with PR #183

@carslen
Copy link
Contributor Author

carslen commented Dec 6, 2023

Implemented

@carslen carslen closed this as completed Dec 6, 2023
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

No branches or pull requests

2 participants