An open API service indexing awesome lists of open source software.

https://github.com/artichoke/docker-artichoke-nightly

🐳 Docker builds for nightly Artichoke
https://github.com/artichoke/docker-artichoke-nightly

artichoke docker nightly nightly-build ruby rust rust-application

Last synced: 6 months ago
JSON representation

🐳 Docker builds for nightly Artichoke

Awesome Lists containing this project

README

          

# Artichoke Nightly Docker

[![GitHub Actions](https://github.com/artichoke/docker-artichoke-nightly/workflows/CI/badge.svg)](https://github.com/artichoke/docker-artichoke-nightly/actions)
[![Nightly Build](https://github.com/artichoke/docker-artichoke-nightly/workflows/Docker%20Nightly%20Builder/badge.svg)](https://github.com/artichoke/docker-artichoke-nightly/actions)
[![Discord](https://img.shields.io/discord/607683947496734760)](https://discord.gg/QCe2tp2)
[![Twitter](https://img.shields.io/twitter/follow/artichokeruby?label=Follow&style=social)](https://twitter.com/artichokeruby)

Docker images for nightly builds of [Artichoke Ruby][artichoke-repo].

Pull and run the [latest image from Docker Hub][docker-hub]:

[artichoke-repo]: https://github.com/artichoke/artichoke
[docker-hub]: https://hub.docker.com/r/artichokeruby/artichoke

```console
$ docker run -it docker.io/artichokeruby/artichoke airb
```

## Quickstart

For the workflow to work 2 secrets need to be setup in repository settings:

- `secrets.DOCKERHUB_USER`
- `secrets.DOCKERHUB_TOKEN`

## Platforms

Currently supported docker platforms are:

- `ubuntu` - canonical mainline Ubuntu 24.04 Noble Numbat image, tagged with
`latest`, `ubuntu-nightly`, `ubuntu-noble-nightly`, and `ubuntu24.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.