Skip to content

Commit

Permalink
doc: more detailed base image information
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Aug 23, 2023
1 parent cfe3254 commit a8bba30
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ concurrency:

# Actual build/deploy logic
jobs:
# Build maven stuff
# Build maven and docker stuff
build:
name: Build/Deploy Maven & Docker Artifacts
runs-on: ubuntu-latest
Expand Down
7 changes: 5 additions & 2 deletions conforming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,12 @@ Project home: https://projects.eclipse.org/projects/automotive.tractusx
Dockerfile: https://github.com/eclipse-tractusx/knowledge-agents/blob/main/conforming/src/main/docker/Dockerfile
Project license: Apache License, Version 2.0

Used base image
**Used base image**

[eclipse-temurin:17-jre-alpine](https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=17-jre-alpine)
- [eclipse-temurin:17-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Expand Down
7 changes: 5 additions & 2 deletions provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,12 @@ Project home: https://projects.eclipse.org/projects/automotive.tractusx
Dockerfile: https://github.com/eclipse-tractusx/knowledge-agents/blob/main/provisioning/src/main/docker/Dockerfile
Project license: Apache License, Version 2.0

Used base image
**Used base image**

[ontop/ontop:5.0.2](https://hub.docker.com/r/ontop/ontop/tags?page=1&name=5.0.2)
- [ontop/ontop:5.0.2](https://github.com/ontop/ontop/tree/version5/client/docker)
- Official Ontop DockerHub page: https://hub.docker.com/u/ontop
- Ontop Project: https://ontop-vkg.org
- Additional information about the Ontop image: https://hub.docker.com/r/ontop/ontop

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Expand Down
7 changes: 5 additions & 2 deletions remoting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,12 @@ Project home: https://projects.eclipse.org/projects/automotive.tractusx
Dockerfile: https://github.com/eclipse-tractusx/knowledge-agents/blob/main/remoting/src/main/docker/Dockerfile
Project license: Apache License, Version 2.0

Used base image
**Used base image**

[tomcat:9-jre11-temurin](https://hub.docker.com/_/tomcat/tags?page=1&name=9-jre11-temurin)
- [tomcat:9-jre11-temurin](https://github.com/docker-library/tomcat/tree/master/9.0/jre11/temurin-jammy)
- Official Tomcat Dockerhub page: https://hub.docker.com/_/tomcat
- Apache Tomcat Project: https://tomcat.apache.org/
- Additional information about the Tomcat image: https://github.com/docker-library/repo-info/tree/master/repos/tomcat

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Expand Down

0 comments on commit a8bba30

Please sign in to comment.