-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync Latest Updates from Team RapidFort by Rapidfort Readme Bot (#827)
Signed-off-by: RapidFort Sync Bot <[email protected]> Co-authored-by: RapidFort Sync Bot <[email protected]>
- Loading branch information
1 parent
1f10edb
commit 61c2686
Showing
2 changed files
with
64 additions
and
3 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,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: | ||
- "" |
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