devops-docker-cx-server
devops-docker-cx-server copied to clipboard
A collection of Jenkins related Dockerfiles that can be used to implement Continuous Delivery pipelines for SAP development projects with project "Piper".
With this adjustments the docker image can be built again.
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...
Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [request](https://github.com/request/request). These dependencies need to be updated together. Updates `ajv` from 5.5.2 to 6.12.6 Release notes Sourced from ajv's releases. v6.12.6 Fix...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
I am following Piper's [guided tour](https://www.project-piper.io/guidedtour/) on macOS Monterey 12.1, and am not able to start cx-server. It seems like the problem is indicated by these lines: ``` >> docker...
The checkmarx plugin is introducing the CVE-2021-44228  https://issues.jenkins.io/browse/JENKINS-67353 Is there any guidance how to mitigate the issue? Note that previous mitigations involving configuration such as to set the system...
Is there any reason why jenins-master is still on version v86 (2 months old) in dockerhub? It seems that builds are done but no version is tagged.
devops-docker-cx-server is deprecated and won't be developed or maintained further. The repository will be sunsetted soon. If somebody outside in the community would like to take over this repository, feel...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...
I have a running docker cx-server instance locally (macOS Big Sur 11.2.3, docker version 20.10.5) I set up a pipeline with a custom stage, where I would like to execute...