Docker images for nightly builds of Artichoke Ruby.
Pull and run the latest image from Docker Hub:
$ docker run -it docker.io/artichokeruby/artichoke airb
For the workflow to work 2 secrets need to be setup in repository settings:
secrets.DOCKERHUB_USER
secrets.DOCKERHUB_TOKEN
Currently supported docker platforms are:
ubuntu
- canonical mainline Ubuntu 22.04 Jammy Jellyfish image, tagged with
latest
, ubuntu-nightly
, ubuntu-jammy-nightly
, and ubuntu22.04-nightly
.
Ubuntu images are multi-arch images with linux/amd64
and linux/arm64
support.debian-slim
- Debian 12 (Bookworm) slim image, tagged slim-nightly
and
slim-bookworm-nightly
. Debian images are multi-arch images with
linux/amd64
and linux/arm64
support.alpine
- Alpine 3 image, tagged with alpine-nightly
and alpine3-nightly
.
Alpine images only have linux/amd64
architecture support.