This repository contains customized Docker images, built on a regular schedule using cache to avoid unnecessary rebuilds.
- Create a new directory.
- Add all the necessary files to that new directory (
Dockerfile
+ any dependencies). - Add the name of the directory to the
stages.yml
file. If the docker image depends on an existing one, add it to the next stage otherwise add it to stage-1. - Add the image to the list of images in this file.
- Make sure that no other docker files depends on it.
- Remove the directory.
- Remove the directory name from the
stages.yml
file. - Remove the image from this file.
FIXME
FIXME
FIXME
FIXME
FIXME
FIXME
FIXME
FIXME
FIXME
FIXME
Like rig-ubuntu-duckdb, but with R 4.0.
FIXME
FIXME
FIXME
Ubuntu 24.04 with rig.
Based on rig-ubuntu24, with GCC 14, to replicate compiler warnings on CRAN.
Based on rig-ubuntu24-gcc14, with duckdb dependencies.
FIXME
FIXME