Contains docker containers used to build public Auth0 extensions related projects.
Many of our build pipelines uses docker. There are common tools that are required in our build process such as FOSSA
, Code Climate
and auth0-extensions-cli
in the case of building extensions.
These containers will have these tools baked in.
This is the defacto image. It is used to build any nodejs projects.
This image has the auth0-extensions-cli
baked in and is used in building and deploying extensions.
Checkout and modify the Dockerfiles.
Building and publishing is handled by docker hub's automated builds.