From 83c3259454e037b8a3b1f0c7540db37f48cdce3b Mon Sep 17 00:00:00 2001 From: Marian13 Date: Fri, 22 Mar 2024 01:15:49 +0200 Subject: [PATCH] chore(backlog): add truffle ruby task --- BACKLOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/BACKLOG.md b/BACKLOG.md index 902c338b078..bc92442d4f2 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -156,4 +156,22 @@ That is not intuitive. ----- +--- + +### Add Dockerfiles for TruffleRuby 23.0 and 24.0 + +| Priority | Complexity | Status | Tags | +| - | - | - | - | +| Low | Moderate | TODO | truffle-ruby, dockerfile | + +**Notes:** + +- [TruffleRuby 24 Docker image](https://github.com/graalvm/container/pkgs/container/truffleruby-community/193001493?tag=24.0.0). + +- [TruffleRuby 23 Docker image](https://github.com/graalvm/container/pkgs/container/truffleruby-community/103900821?tag=23.0.0). + +- [List of available TruffleRuby Docker images](https://github.com/graalvm/container/pkgs/container/truffleruby-community/versions?filters%5Bversion_type%5D=tagged). + +- Consider to add [TruffleRuby to CI](https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby). + +---