generated from jim60105/Containerfile-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Modify Dockerfile to establish `/download` directory permissions before setting the non-root user - Update permissions for the copied distribution in `alpine.Dockerfile` from 774 to 775 and adjust user setup - In `distroless.Dockerfile`, modify the permissions of the distribution copy and add steps for creating the `/download` directory with proper permissions - Update `ubi.Dockerfile` to change the permissions of the copied distribution files and configure the `/download` directory for the non-root user - Rearrange USER and VOLUME directives in Docker configurations to enhance security and compliance with non-root user standards Signed-off-by: 陳鈞 <jim60105@gmail.com>
- Loading branch information
Showing
4 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters