-
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
Signed-off-by: RapidFort Sync Bot <[email protected]>
- Loading branch information
RapidFort Sync Bot
committed
Dec 12, 2024
1 parent
7ae5a91
commit 40b2c34
Showing
5 changed files
with
114 additions
and
9 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,36 @@ | ||
name: concourse-official | ||
official_name: Concourse Official | ||
official_website: https://concourse-ci.org/ | ||
source_image_provider: Concourse | ||
source_image_repo: docker.io/concourse/concourse | ||
source_image_repo_link: https://hub.docker.com/r/concourse/concourse | ||
source_image_readme: https://github.com/concourse/concourse/blob/master/README.md | ||
rf_docker_link: rapidfort/concourse-official | ||
image_workflow_name: concourse_official | ||
github_location: concourse/official | ||
report_url: https://us01.rapidfort.com/app/community/imageinfo/docker.io%2Fconcourse%2Fconcourse | ||
usage_instructions: | | ||
# Using Docker Run: | ||
$docker run --detach --name concourse --privileged --publish 8080:8080 concourse/concourse quickstart --add-local-user test:test --main-team-local-user test | ||
# Note: Concourse requires a running PostgreSQL instance to start. | ||
what_is_text: | | ||
Concourse is an open-source continuous thing-doer. Built on the simple mechanics of resources, tasks, and jobs, Concourse presents a general approach to automation that makes it great for CI/CD. | ||
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. | ||
use_rapid_stub: true | ||
is_locked: "False" | ||
input_registry: | ||
registry: docker.io | ||
account: concourse | ||
repo_sets: | ||
- concourse: | ||
input_base_tag: "7.12." | ||
output_repo: concourse-official | ||
runtimes: | ||
- type: docker_compose | ||
script: dc_coverage.sh | ||
compose_file: docker-compose.yml | ||
image_keys: | ||
concourse-official: | ||
repository: "CONCOURSE_IMAGE_REPOSITORY" | ||
tag: "CONCOURSE_IMAGE_TAG" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: elasticsearch-ib | ||
official_name: Elasticsearch Iron Bank | ||
official_website: https://www.elastic.co/ | ||
source_image_provider: Platform One | ||
source_image_repo: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch | ||
source_image_repo_link: https://registry1.dso.mil/harbor/projects/3/repositories/elastic%2Felasticsearch%2Felasticsearch | ||
source_image_readme: https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch/-/blob/development/README.md | ||
rf_docker_link: rapidfort/elasticsearch-ib | ||
github_location: elasticsearch/ironbank | ||
report_url: https://us01.rapidfort.com/app/community/imageinfo/registry1.dso.mil%2Fironbank%2Felastic%2Felasticsearch%2Felasticsearch | ||
usage_instructions: | | ||
# Using docker run: | ||
$ docker run -d --name elasticsearch --net somenetwork -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" rapidfort/elasticsearch-official | ||
what_is_text: | | ||
Elasticsearch is a distributed search and analytics engine. It is used for web search, log monitoring, and real-time analytics. Ideal for Big Data applications. | ||
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. | ||
input_registry: | ||
registry: registry1.dso.mil | ||
account: ironbank | ||
repo_sets: | ||
- elastic/elasticsearch/elasticsearch: | ||
input_base_tag: "8.14." | ||
output_repo: elasticsearch-ib | ||
runtimes: | ||
- type: docker_compose | ||
script: dc_coverage.sh | ||
compose_file: docker-compose.yml | ||
image_keys: | ||
elasticsearch-ib: | ||
repository: "ELASTICSEARCH_IMAGE_REPOSITORY" | ||
tag: "ELASTICSEARCH_IMAGE_TAG" |
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,45 @@ | ||
name: keycloak-ib | ||
official_name: Keycloak Iron Bank | ||
official_website: https://www.keycloak.org/ | ||
source_image_provider: Platform One | ||
source_image_repo: registry1.dso.mil/ironbank/opensource/keycloak/keycloak | ||
source_image_repo_link: https://registry1.dso.mil/harbor/projects/3/repositories/opensource%2Fkeycloak%2Fkeycloak | ||
source_image_readme: https://repo1.dso.mil/dsop/opensource/keycloak/keycloak/-/blob/development/README.md | ||
rf_docker_link: rapidfort/keycloak-ib | ||
image_workflow_name: keycloak_ironbank | ||
github_location: keycloak/ironbank | ||
report_url: https://us01.rapidfort.com/app/community/imageinfo/registry1.dso.mil%2Fironbank%2Fopensource%2Fkeycloak%2Fkeycloak | ||
usage_instructions: | | ||
# The container can be started in development mode quickly with: | ||
$ docker run -d -p 8080:8080 rapidfort/keycloak-ib:latest start-dev | ||
# Keycloak 17 is powered by Quarkus and to deploy it in production mode it is necessary to set up TLS. | ||
what_is_text: | | ||
Keycloak is a high performance Java-based identity and access management solution. It lets developers add an authentication layer to their applications with minimum effort. | ||
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. | ||
input_registry: | ||
registry: registry1.dso.mil | ||
account: ironbank | ||
repo_sets: | ||
- opensource/keycloak/keycloak: | ||
input_base_tag: "26.0." | ||
output_repo: keycloak-ib | ||
runtimes: | ||
- type: docker_compose | ||
script: dc_coverage.sh | ||
compose_file: docker-compose.yml | ||
image_keys: | ||
keycloak-ib: | ||
repository: "KEYCLOAK_IMAGE_REPOSITORY" | ||
tag: "KEYCLOAK_IMAGE_TAG" | ||
- type: docker_compose | ||
script: dc_coverage_tls.sh | ||
compose_file: docker-compose-tls.yml | ||
tls_certs: | ||
generate: true | ||
out_dir: certs | ||
image_keys: | ||
keycloak-ib: | ||
repository: "KEYCLOAK_IMAGE_REPOSITORY" | ||
tag: "KEYCLOAK_IMAGE_TAG" |
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