eea / eea.docker.volto-test

DEPRECATED: Please use official @plone/volto-addon-ci
1 stars 0 forks source link
deprecated

Testing Volto Add-ons Docker Image

DEPRECATED - Please use official @plone/volto-addon-ci

Docker Image optimized for running tests over Volto Add-ons

Supported tags and respective Dockerfile links

Base docker image

Source code

Simple Usage

$ docker run -it --rm \
             -e GIT_NAME=volto-group-block \
             -e GIT_BRANCH=develop \
             -e NAMESPACE=@eeacms \
             -e DEPENDENCIES="@eeacms/volto-blocks-form" \
         eeacms/volto-test eslint

Advanced Usage

$ docker run -it --rm \
             -e GIT_NAME=volto-group-block \
             -e GIT_CHANGE_ID=50 \
             -e GIT_BRANCH=PR-50 \
             -e NAMESPACE=@eeacms \
             -e DEPENDENCIES="@eeacms/volto-blocks-form" \
         eeacms/volto-test eslint

Local usage

$ cd src/addons/volto-slate

$ docker run -it --rm \
             -v $(pwd):/opt/frontend/my-volto-project/src/addons/volto-slate \
             -e GIT_NAME=volto-slate \
         eeacms/volto-test

Supported environment variables

Supported commands

Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

The Original Code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Funding

European Environment Agency (EU)