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.
This image is published to Docker Hub and can be pulled via the command
docker pull ppiper/node-browsers
To build this image locally, open a terminal in the directory of the Dockerfile and run
docker build -t ppiper/node-browsers .
See this blog post for usage of this image in a Jenkins pipeline based on ppiper/jenkins-master
.
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.