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
- Host: GitHub
- URL: https://github.com/artichoke/docker-artichoke-nightly
- Owner: artichoke
- License: mit
- Created: 2020-04-17T02:57:03.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-03T23:24:42.000Z (8 months ago)
- Last Synced: 2025-03-24T15:42:03.622Z (7 months ago)
- Topics: artichoke, docker, nightly, nightly-build, ruby, rust, rust-application
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/artichokeruby/artichoke
- Size: 619 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artichoke Nightly Docker
[](https://github.com/artichoke/docker-artichoke-nightly/actions)
[](https://github.com/artichoke/docker-artichoke-nightly/actions)
[](https://discord.gg/QCe2tp2)
[](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.