@@ -6,6 +6,17 @@ If you find yourself installing packages in a stock docker image during your bui
## Custom images
### Node 18 rootless
`registry.reset.inso-w.at/pub/docker/node-non-root-18` is based on the node:18 image but adds a user `build` and sets it as the default user. This is done primarily to prevent things like `npm ci` to run into errors like
`
npm ERR! code EPERM
npm ERR! syscall spawn
npm ERR! errno -1
npm ERR! Error: spawn EPERM
`
### Custom cypress image
The stock cypress base image is based on debian 10, ours is based on debian 11 so we can install version 17 of the openjdk.