Skip to content

cynkra/docker-images

Repository files navigation

docker-images

This repository contains customized Docker images, built on a regular schedule using cache to avoid unnecessary rebuilds.

Add a new image

  1. Create a new directory.
  2. Add all the necessary files to that new directory (Dockerfile + any dependencies).
  3. 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.
  4. Add the image to the list of images in this file.

Remove an existing image

  1. Make sure that no other docker files depends on it.
  2. Remove the directory.
  3. Remove the directory name from the stages.yml file.
  4. Remove the image from this file.

Images

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

About

Our open-source Docker images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages