Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Latest Images and Updates by Team RapidFort #947

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions community_images/concourse/official/image.yml
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"
8 changes: 0 additions & 8 deletions community_images/couchdb/official/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,11 @@ disclaimer: |
docker_links:
- "[`latest`, `3.3.3`, `3.3`, `3`](https://github.com/apache/couchdb-docker/blob/58910ed097489dc588b2a87592406f8faa1bdadf/3.3.3/Dockerfile)"
- "[`3.2.3`, `3.2`](https://github.com/apache/couchdb-docker/blob/58910ed097489dc588b2a87592406f8faa1bdadf/3.2.3/Dockerfile)"
- "[`3.1.2`, `3.1`](https://github.com/apache/couchdb-docker/blob/58910ed097489dc588b2a87592406f8faa1bdadf/3.1.2/Dockerfile)"
- "[`2.3.1`, `2.3`, `2`](https://github.com/apache/couchdb-docker/blob/58910ed097489dc588b2a87592406f8faa1bdadf/2.3.1/Dockerfile)"
input_registry:
registry: docker.io
account: library
is_locked: "False"
repo_sets:
- couchdb:
input_base_tag: "2.3."
output_repo: couchdb-official
- couchdb:
input_base_tag: "3.1."
output_repo: couchdb-official
- couchdb:
input_base_tag: "3.2."
output_repo: couchdb-official
Expand Down
32 changes: 32 additions & 0 deletions community_images/elasticsearch/ironbank/image.yml
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"
45 changes: 45 additions & 0 deletions community_images/keycloak/ironbank/image.yml
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"
2 changes: 1 addition & 1 deletion community_images/mariadb/official/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repo_sets:
runtimes:
- type: docker
script: docker_coverage.sh
wait_time_sec: 10
wait_time_sec: 5
mariadb-official:
exec_command: --default-authentication-plugin=mysql_native_password
environment:
Expand Down
Loading