Skip to content

Commit

Permalink
Merge pull request #383 from eclipse-tractusx/docs/extend-trg-4.02-4.…
Browse files Browse the repository at this point in the history
…06-for-alpine-linux

docs(trg4.02/06): add alpine linux to list of container base images
  • Loading branch information
carslen authored Oct 5, 2023
2 parents ea6c3b2 + aa29892 commit 5d9e24f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release/trg-0/trg-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: TRG 0 - Changelog & Drafts

| Created | Post-History |
|--------------|-----------------------------------------------------------------------------------------------|
| 29-Sep-2023 | TRG 4.02 / 06 add Alpine Linux to list of container base images |
| 20-Sept-2023 | Adjust PostgreSQL version in TRG 5.07 |
| 24-Aug-2023 | Move updated TRG 7.01 to active |
| 20-Jul-2023 | TRG 7.07 / 08 for OSS documentation improved, section added for documentation under CC-BY-4.0 |
Expand Down
3 changes: 2 additions & 1 deletion docs/release/trg-4/trg-4-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ Since many of our Eclipse Tractus-X product use the same language, we are aligni
per language.
The following table lists container base images, that are already agreed on.

| Language / Runtime | Container base image | Notes |
| Language / Runtime / OS | Container base image | Notes |
|---------------------------|----------------------------------------------------------------------------|----------------------------------------------------------|
| Java / Kotlin / JVM based | [Eclipse Temurin](https://hub.docker.com/_/eclipse-temurin) | prefer JRE over JDK and alpine tags for your JRE version |
| JS frontends | [nginx-unprivileged](https://hub.docker.com/r/nginxinc/nginx-unprivileged) | prefer :stable-alpine tag |
| .NET runtime | [.NET runtime](https://hub.docker.com/_/microsoft-dotnet-runtime) | prefer :alpine tag |
| ASP.NET runtime | [ASP.NET core runtime](https://hub.docker.com/_/microsoft-dotnet-aspnet) | prefer :alpine tag |
| Linux | [Alpine Linux](https://hub.docker.com/_/alpine) |

If the language or runtime environment of your product is not listed above, feel free to [start a discussion](https://github.com/eclipse-tractusx/sig-infra/discussions)
and propose your preferred container images as base image.
Expand Down
7 changes: 7 additions & 0 deletions docs/release/trg-4/trg-4-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,10 @@ You have to adapt some of the provided links to match your used version.
- Dockerfile (:6-alpine): [mcr.microsoft.com/dotnet/aspnet:6.0-alpine](https://github.com/dotnet/dotnet-docker/blob/e1984aaea51a796b68f6672749d280525c30e063/src/aspnet/6.0/alpine3.17/amd64/Dockerfile)
- GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker)
- DockerHub: [https://hub.docker.com/_/microsoft-dotnet-aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet)

### Linux

- Base image reference (example): `alpine:3.17`
- Dockerfile: [alpinelinux/docker-alpine:3.17](https://github.com/alpinelinux/docker-alpine/blob/681b8c677aaed66e48a5ce721509647bd4dcd017/x86_64/Dockerfile)
- GitHub project: [https://github.com/alpinelinux/docker-alpine](https://github.com/alpinelinux/docker-alpine)
- DockerHub: [https://hub.docker.com/_/alpine](https://hub.docker.com/_/alpine)

0 comments on commit 5d9e24f

Please sign in to comment.