-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2303 Migrate Docker images to Ubuntu and Eclipse Temurin and chang…
…e user/group id (Refs #2288) * Add .dockerignore to help improve container image cache hits when building locally. * POSIX Shell compatibility in preparation for future Alpine based images. * Add Dockerfile migration warning and change user and group id to 977. * Use Ubuntu Noble with Eclipe Temurin based images for build and run This is a migration point between the deprecated `openjdk` images and proposed change to using Alpine based images.
- Loading branch information
Showing
3 changed files
with
57 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Per developer files | ||
build/ | ||
.idea/ | ||
.gradle/ | ||
.kotlin/ | ||
|
||
# Dockerfile related files do not need to be included | ||
Dockerfile | ||
docker-compose.yml | ||
.env | ||
|
||
# Not used in running application | ||
reposilite-site | ||
reposilite-test | ||
reposilite-plugins | ||
.github/ | ||
.codecov.yml |
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