Skip to content

Commit

Permalink
Sync Latest Updates from Team RapidFort by Rapidfort Readme Bot (#827)
Browse files Browse the repository at this point in the history
Signed-off-by: RapidFort Sync Bot <[email protected]>
Co-authored-by: RapidFort Sync Bot <[email protected]>
  • Loading branch information
AnmolVirdi and RapidFort Sync Bot authored Oct 1, 2024
1 parent 1f10edb commit 61c2686
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 3 deletions.
62 changes: 62 additions & 0 deletions community_images/tomcat-openjdk8/ironbank/image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: tomcat-openjdk8-ib
official_name: Tomcat Ironbank
official_website: https://tomcat.apache.org/
source_image_provider: Platform One
source_image_repo: registry1.dso.mil/ironbank/opensource/apache/tomcat-openjdk8
source_image_repo_link: https://registry1.dso.mil/harbor/projects/3/repositories/opensource%2Fapache%2Ftomcat-openjdk8
source_image_readme: https://repo1.dso.mil/dsop/opensource/apache/tomcat-openjdk8/-/blob/development/README.md
rf_docker_link: rapidfort/tomcat-openjdk8-ib
github_location: tomcat10/ironbank
report_url: https://us01.rapidfort.com/app/community/imageinfo/registry1.dso.mil%2Fironbank%2Fopensource%2Fapache%2Ftomcat-openjdk8
usage_instructions: |
# Using docker run
$ docker run -d --name tomcat -p 8080:8080 -v "application.jar":"/usr/local/tomcat/webapps/application.jar" rapidfort/tomcat-openjdk8-ib
# Then, access it via http://localhost:8080/ or http://<host-ip>:8080/ in a browser.
what_is_text: |
The Apache Tomcat software is an open source implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language and Jakarta WebSocket technologies.
disclaimer: |
Trademarks: This software listing is packaged by RapidFort. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
is_locked: "False"
input_registry:
registry: registry1.dso.mil
account: ironbank
repo_sets:
- opensource/apache/tomcat-openjdk8:
input_base_tag: "10.1."
output_repo: tomcat-openjdk8-ib
runtimes:
- type: k8s
script: k8s_coverage.sh
imagepullsecret:
create: True
name: rf-regcred
preserve_namespace: True
use_helm: False
wait_time_sec: 30
image_keys:
tomcat-openjdk8-ib:
registry: "image.registry"
repository: "image.repository"
tag: "image.tag"
kubectl_additional_params:
"command": "true -- sleep infinity" # Keep command in last
readiness_wait_pod_name_suffix:
- ""
- type: k8s
script: k8s_coverage_tls.sh
imagepullsecret:
create: True
name: rf-regcred
preserve_namespace: True
use_helm: False
wait_time_sec: 30
image_keys:
tomcat-openjdk8-ib:
registry: "image.registry"
repository: "image.repository"
tag: "image.tag"
kubectl_additional_params:
"overrides": "{\"apiVersion\":\"v1\",\"spec\":{\"securityContext\":{\"allowPrivilegeEscalation\":\"true\",\"runAsUser\":0,\"runAsGroup\":0}}}"
"command": "true -- sleep infinity" # Keep command in last
readiness_wait_pod_name_suffix:
- ""
5 changes: 2 additions & 3 deletions image.lst
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,10 @@ boundary/ironbank
haproxy-latest/ironbank
molecule/ironbank
camel-k/ironbank
postgresql/bitnami-ironbank
postgresql16/bitnami-ironbank
clickhouse/ironbank
jq/ironbank
ansible-operator/ironbank
k6/ironbank
registry-v2/ironbank
kafka-bridge/ironbank
cockroachdb/ironbank

0 comments on commit 61c2686

Please sign in to comment.