Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Limit contents copied when building kuksa-client container #348

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

erikbosch
Copy link
Contributor

This is a minor improvement that could save some time for local builds of the kuksa-client docker container.
Without this change all content of current working directory is copied. That is typically not that much if starting on fresh clone, but if you have built e.g. databroker before you may copy a lot of unused data.

It has been verified that building and running containers works with this change.

COPY is typically preferred over DD, see https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

Signed-off-by: Erik Jaegervall [email protected]

Copy link
Contributor

@SebastianSchildt SebastianSchildt left a comment

Choose a reason for hiding this comment

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

Tested, works. lgtm.

@SebastianSchildt SebastianSchildt merged commit 149d314 into eclipse:master Sep 2, 2022
@SebastianSchildt SebastianSchildt deleted the erikbosch/erik_viss branch December 13, 2022 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants