{"id":15024103,"url":"https://github.com/sap/devops-docker-images","last_synced_at":"2025-04-05T22:11:12.577Z","repository":{"id":33923247,"uuid":"156755384","full_name":"SAP/devops-docker-images","owner":"SAP","description":"A collection of Dockerfiles for images that can be used to implement Continuous Delivery pipelines for SAP development projects with project \"Piper\" or any other CD tool. ","archived":false,"fork":false,"pushed_at":"2025-03-24T14:06:48.000Z","size":274,"stargazers_count":82,"open_issues_count":4,"forks_count":25,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-05T13:13:36.097Z","etag":null,"topics":["ci-cd","docker","dockerfiles","open-source"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/SAP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-08T19:05:29.000Z","updated_at":"2025-04-04T03:38:29.000Z","dependencies_parsed_at":"2022-09-09T14:10:36.008Z","dependency_job_id":"143b19b0-eeb2-4419-b797-0eb7ffea7059","html_url":"https://github.com/SAP/devops-docker-images","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fdevops-docker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fdevops-docker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fdevops-docker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fdevops-docker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP","download_url":"https://codeload.github.com/SAP/devops-docker-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406111,"owners_count":20933806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ci-cd","docker","dockerfiles","open-source"],"created_at":"2024-09-24T19:59:48.453Z","updated_at":"2025-04-05T22:11:12.559Z","avatar_url":"https://github.com/SAP.png","language":"JavaScript","readme":"[![REUSE status](https://api.reuse.software/badge/github.com/SAP/devops-docker-images)](https://api.reuse.software/info/github.com/SAP/devops-docker-images)\n\n## Description\n\nThis is a collection of [_Dockerfiles_](https://docs.docker.com/engine/reference/builder/) for images that can be used in _Continuous Delivery_ (CD) pipelines\nfor SAP development projects. The images are optimized for use with project [\"Piper\"](https://github.com/SAP/jenkins-library) on [Jenkins](https://jenkins.io/). Docker containers simplify your CD tool setup, encapsulating\ntools and environments that are required to execute pipeline steps.\n\nIf you want to learn how to use project \"Piper\" please have a look at [the documentation](https://github.com/SAP/jenkins-library/blob/master/README.md). Introductory material and a lot of SAP scenarios not covered by project \"Piper\" are described in our [Continuous Integration Best Practices](https://developers.sap.com/tutorials/ci-best-practices-intro.html).\n\n**Note:** This repository has been split up.\nPlease refer to the following repositories for current Dockerfiles and documentation:\n\n* [CF cli](https://github.com/SAP/devops-docker-cf-cli)\n* [Neo cli](https://github.com/SAP/devops-docker-neo-cli)\n* [Cloud MTA Builder](https://sap.github.io/cloud-mta-build-tool)\n* [Node browsers](https://github.com/SAP/devops-docker-node-browsers)\n\n### Docker Images\n\nThe following images are published on [hub.docker.com](https://hub.docker.com/search?q=ppiper\u0026type=image):\n\n| Name | Description | Docker Image |\n|------|-------------|------|\n| Cloud MTA Build Tool | Build multitarget applications with the [Cloud MTA Build Tool](https://sap.github.io/cloud-mta-build-tool/). | [devxci/mbtci](https://hub.docker.com/r/devxci/mbtci) |\n| CM Client | Interact with SAP Solution Manager or CTS using the command line. | [ppiper/cm-client](https://hub.docker.com/r/ppiper/cm-client) |\n| CloudFoundry CLI | Use command line tools for Cloud Foundry with plugins for blue-green deployment and MTA. | [ppiper/cf-cli](https://hub.docker.com/r/ppiper/cf-cli) |\n| Neo CLI | Use SAP Cloud Platform tools for Neo. | [neo-cli/](https://hub.docker.com/r/ppiper/neo-cli/) |\n| Jenkinsfile Runner| Run a `Jenkinsfile` without a long-running, stateful Jenkins master. The [Jenkinsfile Runner](https://github.com/jenkinsci/jenkinsfile-runner) is based on `ppiper/jenkins-master`. | [ppiper/jenkinsfile-runner](https://hub.docker.com/r/ppiper/jenkinsfile-runner) |\n| Node Browsers | Use web browsers for end-to-end tests of web applications in Jenkins pipelines. | [node-browsers/](https://hub.docker.com/r/ppiper/node-browsers/) |\n| SAP HANA XS Advanced CLI | Use command line tools to deploy to SAP HANA XS Advanced. | [Dockerfile](https://github.com/SAP/devops-docker-xsa-cli/) |\n\n## How to obtain support\n\nFeel free to open new issues for feature requests, bugs or general feedback on\nthe [GitHub issues page of this project][devops-docker-images-issues].\n\n## Contributing\n\nRead and understand our [contribution guidelines][contribution]\nbefore opening a pull request.\n\n[devops-docker-images-issues]: https://github.com/SAP/devops-docker-images/issues\n[contribution]: https://github.com/SAP/devops-docker-images/blob/master/CONTRIBUTING.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fdevops-docker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap%2Fdevops-docker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fdevops-docker-images/lists"}