You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,12 @@
1
1
# Node Browsers Image
2
2
3
-
The CX Server is a collection of [_Dockerfiles_](https://docs.docker.com/engine/reference/builder/)for images that can be used in _Continuous Delivery_ (CD) pipelines for SAP development projects.
4
-
The images are optimized for use with project ["Piper"](https://github.com/SAP/jenkins-library) on [Jenkins](https://jenkins.io/).
3
+
This [_Dockerfile_](https://docs.docker.com/engine/reference/builder/) can be used in _Continuous Delivery_ (CD) pipelines for SAP development projects.
4
+
The image is optimized for use with project ["Piper"](https://github.com/SAP/jenkins-library) on [Jenkins](https://jenkins.io/).
5
5
Docker containers simplify your CD tool setup, encapsulating tools and environments that are required to execute pipeline steps.
6
6
7
7
If 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).
8
8
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).
9
9
10
-
This repository contains Dockerfiles that are designed to run project "Piper" pipelines.
11
-
Nevertheless, they can also be used flexibly in any custom environment and automation process.
12
-
13
10
## About this repository
14
11
15
12
Dockerfile for an image with node and web browsers.
@@ -39,6 +36,6 @@ See this [blog post](https://blogs.sap.com/2017/12/11/sap-s4hana-cloud-sdk-end-t
39
36
40
37
Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
41
38
This file is licensed under the Apache Software License, v. 2 except as noted
42
-
otherwise in the [LICENSE file](https://github.com/SAP/devops-docker-images/blob/master/LICENSE).
39
+
otherwise in the [LICENSE file](https://github.com/SAP/devops-docker-node-browsers/blob/master/LICENSE).
43
40
44
41
Please note that Docker images can contain other software which may be licensed under different licenses. This License file is also included in the Docker image. For any usage of built Docker images please make sure to check the licenses of the artifacts contained in the images.
0 commit comments