Skip to content

Avoid duplicating user directory files in Docker layers - #358

Merged
johnthagen merged 1 commit into
mainfrom
refactor-dockerfile
Jul 31, 2026
Merged

Avoid duplicating user directory files in Docker layers#358
johnthagen merged 1 commit into
mainfrom
refactor-dockerfile

Conversation

@johnthagen

Copy link
Copy Markdown
Owner

This avoids the potential for a user to copy files into the user home directory which are then later duplicated in the final image layers (increasing file size) when chown -R is run.

@johnthagen johnthagen self-assigned this Jul 31, 2026
@johnthagen johnthagen added the enhancement New feature or request label Jul 31, 2026
@johnthagen
johnthagen merged commit 17f0463 into main Jul 31, 2026
20 checks passed
@johnthagen
johnthagen deleted the refactor-dockerfile branch July 31, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant