Skip to content

cynkra/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 7, 2025
b85900f · Feb 7, 2025

History

78 Commits
Feb 7, 2025
Oct 7, 2024
Oct 7, 2024
Oct 7, 2024
Oct 7, 2024
Nov 30, 2024
Oct 7, 2024
Oct 15, 2024
Oct 6, 2024
Oct 6, 2024
Oct 9, 2024
Oct 9, 2024
Oct 21, 2024
Oct 7, 2024
Oct 6, 2024
Oct 21, 2024
Oct 15, 2024
Oct 22, 2024
Oct 15, 2024
Oct 7, 2024
Feb 7, 2025
Oct 6, 2024
Nov 30, 2024

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

From kalibera/rchk with igraph dependencies.

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