Newer
Older
# Reset docker images
We build custom docker images in this repository. To keep everything reasonably up to date the build is scheduled every week.
If you find yourself installing packages in a stock docker image during your build process, you should rethink your approach and probably add another image suited to your needs here. Just request write access to this repo and create a merge request.
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.
Our image also has the openjdk preinstalled which the stock version does not have.
`registry.reset.inso-w.at/pub/docker/cypress:latest`