Skip to content

kristian/devops-docker-node-browsers

 
 

Repository files navigation

Node Browsers Image

This Dockerfile can be used in Continuous Delivery (CD) pipelines for SAP development projects. The image is optimized for use with project "Piper" on Jenkins. Docker containers simplify your CD tool setup, encapsulating tools and environments that are required to execute pipeline steps.

If you want to learn how to use project "Piper" please have a look at the documentation. Introductory material and a lot of SAP scenarios not covered by project "Piper" are described in our Continuous Integration Best Practices.

About this repository

Dockerfile for an image with node and web browsers. This image is intended to be used for end to end tests of web applications in Jenkins pipelines.

Download

This image is published to Docker Hub and can be pulled via the command

docker pull ppiper/node-browsers

The default tag contains node 10 due to compatibility reasons with approuter.

For node 12, use the tag node12:

docker pull ppiper/node-browsers:node12

Build

To build this image locally, open a terminal in the directory of the Dockerfile and run

docker build -t ppiper/node-browsers .

Usage

See this blog post for usage of this image in a Jenkins pipeline based on ppiper/jenkins-master.

License

Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.

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.

About

Dockerfile for an image with node and web browsers. This image is intended to be used for end-to-end tests of web applications in Jenkins pipelines.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 57.9%
  • Shell 42.1%