{"id":35054837,"url":"https://github.com/fcrespel/sagdevops-containers","last_synced_at":"2026-04-20T21:32:07.821Z","repository":{"id":147360638,"uuid":"262169965","full_name":"fcrespel/sagdevops-containers","owner":"fcrespel","description":"Container templates for SoftwareAG webMethods products (UNOFFICIAL)","archived":false,"fork":false,"pushed_at":"2023-12-09T22:35:25.000Z","size":167,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-12-09T23:23:26.059Z","etag":null,"topics":["command-central","docker","softwareag","webmethods"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcrespel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-05-07T22:16:48.000Z","updated_at":"2022-05-10T22:12:35.000Z","dependencies_parsed_at":"2023-04-17T01:48:47.917Z","dependency_job_id":null,"html_url":"https://github.com/fcrespel/sagdevops-containers","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/fcrespel/sagdevops-containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcrespel","download_url":"https://codeload.github.com/fcrespel/sagdevops-containers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-containers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32067322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-central","docker","softwareag","webmethods"],"created_at":"2025-12-27T09:52:38.704Z","updated_at":"2026-04-20T21:32:07.816Z","avatar_url":"https://github.com/fcrespel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SoftwareAG containers (using Command Central)\n\nThis repository contains templates to build containers for some **SoftwareAG webMethods** products:\n- Asset Build Environment\n- API Gateway\n- Broker\n- Command Central\n- Database Component Configurator\n- Integration Server\n- Microservices Runtime\n- My webMethods Server\n- Terracotta BigMemory Max\n- Universal Messaging\n\nIt uses **Command Central** templates and is inspired by the general layout and samples provided in the [SoftwareAG/sagdevops-templates](https://github.com/SoftwareAG/sagdevops-templates) repository, cleaned and simplified. Container images aim to be **production-ready** as much as possible, or to be used as stable base images to build upon. At this time, they have only been tested with the webMethods 10.5, 10.7, 10.11 and 10.15 releases.\n\nAn alternate approach to building container images using the **SoftwareAG Installer** is also available in the [fcrespel/saginstaller-containers](https://github.com/fcrespel/saginstaller-containers) repository.\n\nThese tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite, and are not endorsed by SoftwareAG. Users are free to use, fork and modify them, subject to the license agreement. For official containers, see https://containers.softwareag.com.\n\n## Prerequisites\n\nTo build and run container images, make sure to install [Docker](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) and have sufficient RAM available.\n\nYou will also need Empower credentials with access to the products you want to build, as well as valid license files in XML format.\n\n## Building\n\n### Infrastructure images\n\nGo to the `infrastructure` directory and prepare your environment:\n\n- Edit the `.env` file to adjust the webMethods release version and fill in your Empower credentials (be careful, never commit them to GitHub!). Alternatively, you may also set them in your terminal or CI tool with `export REPO_USERNAME=your-username` and `export REPO_PASSWORD=your-password`.\n- In the `cc-builder/target/licenses` subdirectory, create a `product_licenses.zip` file containing your license XML files. Alternatively, you may also set a `LICENSES_URL` environment variable to have it downloaded automatically during the build.\n\nThen execute `docker compose build` from the `infrastructure` directory to build the following images:\n\n- `base`: a simple CentOS 7 or RedHat UBI 8 base layer with the `/opt/softwareag` install directory and `sagadmin` system user.\n- `java`: an image with the JVM provided with SoftwareAG products, built on top of the `base` image. This image is used to share the JVM layer between subsequent product images.\n- `cc-server`: this image includes Command Central and Platform Manager (SPM) in `/opt/sagtools`, which allow installing additional products according to templates.\n- `cc-node`: this image contains an initial `/opt/softwareag` directory with infrastructure components such as the JVM, shared libraries and SPM.\n- `cc-builder`: this image includes both previous images, with Command Central and Platform Manager (SPM) in `/opt/sagtools`, and a base installation directory in `/opt/softwareag`. Upon build, product/fix repositories and licenses will be automatically added to Command Central.\n\nOnce these images are built successfully, you may proceed with building individual product images.\n\n### Product images\n\nGo to the `containers` directory and prepare your environment:\n\n- Edit the `.env` file to adjust the webMethods release version and fill in your Empower credentials (be careful, never commit them to GitHub!). Alternatively, you may also set them in your terminal or CI tool with `export REPO_USERNAME=your-username` and `export REPO_PASSWORD=your-password`.\n- If you didn't provide licenses during the infrastructure build, you may set a `LICENSES_URL` environment variable to have it downloaded automatically during the build.\n\nThen execute `docker compose build \u003cproduct\u003e` to create an image for one of the following products:\n\n- `hello-world`: a simple Hello World showing build arguments and environment variables.\n- `abe`: Asset Build Environment\n- `apigw`: API Gateway (with Elasticsearch and Kibana)\n- `apigw-es`: API Gateway Data Store (Elasticsearch) only\n- `apigw-kibana`: API Gateway Kibana only\n- `broker`: Broker Server\n- `dcc`: Database Component Configurator\n- `is`: Integration Server (with CloudStreams, JDBC and Kafka Adapters)\n- `msr`: Microservices Runtime (with CloudStreams, JDBC and Kafka Adapters)\n- `mws`: My webMethods Server\n- `tmc`: Terracotta Management Console\n- `tsa`: Terracotta BigMemory Max\n- `um`: Universal Messaging\n\nEach directory contains a `Dockerfile` using multi-stage build to provision the product using the `cc-builder` image and a `builder/template.yaml` file, then copy the installation directory on top of the `java` image. The latest fixes are applied by default. The `target/entrypoint.sh` script starts the main product runtime.\n\nPlease refer to each `README.md` file for more details about ports, environment variables, volumes and useful links.\n\nFor more information about Command Central templates, please see the [official documentation](https://documentation.softwareag.com/webmethods/command_central/cce10-5/10-5_Command_Central_webhelp/index.html).\n\n### Using Continuous Integration (CI) tools\n\nPopular CI tools such as GitLab, Jenkins, or GitHub Actions can also be setup to build and push the images automatically whenever a commit is made.\n\nExamples are provided for GitLab (see `.gitlab-ci.yml`) and GitHub Actions (see `.github/workflows/ci.yml`).\n\n## Running\n\nOnce a product image is built, you may run it anywhere with Docker or container orchestration tools like Kubernetes. You will also probably want to build additional images on top of it, e.g. to customize configuration, add files, or add packages on Integration Server.\n\n### Local testing\n\nTo test product images locally, go to the `containers` directory and execute `docker compose up -d \u003cproduct\u003e` with the same product names as described above. Refer to the `docker compose.yml` file to see which ports are available.\n\nYou may also start the Command Central container with `docker compose up -d cc`. If you start it before other containers, and if you set environment variable `CC_AUTO_REGISTER=1`, each product container will automatically register to it during startup. This can be useful to inspect the various configuration parameters supported by each product and export this configuration to YAML templates.\n\n### Deployment\n\nSample deployments are available in the `deployments` directory, e.g. using Docker Compose. They can serve as a starting point to build your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrespel%2Fsagdevops-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcrespel%2Fsagdevops-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrespel%2Fsagdevops-containers/lists"}