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 withlatest
,ubuntu-nightly
,ubuntu-jammy-nightly
, andubuntu22.04-nightly
. Ubuntu images are multi-arch images withlinux/amd64
andlinux/arm64
support.debian-slim
- Debian 12 (Bookworm) slim image, taggedslim-nightly
andslim-bookworm-nightly
. Debian images are multi-arch images withlinux/amd64
andlinux/arm64
support.alpine
- Alpine 3 image, tagged withalpine-nightly
andalpine3-nightly
. Alpine images only havelinux/amd64
architecture support.