Skip to content

Commit

Permalink
add ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Nov 20, 2024
1 parent 03bdaf8 commit a66cdc2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rules/level0.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"target": "oc.template.ubuntu.22.04",
"dockerfile": "oc.template.ubuntu"
},
{
"source": "abcdesktopio/oc.template.ubuntu.minimal.24.04",
"target": "oc.template.ubuntu.24.04",
"dockerfile": "oc.template.ubuntu"
},
{
"source": "abcdesktopio/oc.template.debian.minimal",
"target": "oc.template.debian",
Expand Down
5 changes: 5 additions & 0 deletions rules/level1.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"source": "abcdesktopio/oc.template.ubuntu.22.04",
"target": "oc.template.ubuntu.gtk.22.04",
"dockerfile": "oc.template.ubuntu.gtk"
},
{
"source": "abcdesktopio/oc.template.ubuntu.24.04",
"target": "oc.template.ubuntu.gtk.24.04",
"dockerfile": "oc.template.ubuntu.gtk"
}
]
}
5 changes: 5 additions & 0 deletions rules/minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"target": "oc.template.ubuntu.minimal.22.04",
"dockerfile": "oc.template.ubuntu.minimal"
},
{
"source": "ubuntu:24.04",
"target": "oc.template.ubuntu.minimal.24.04",
"dockerfile": "oc.template.ubuntu.minimal"
},
{
"source": "debian:stable-slim",
"target": "oc.template.debian.minimal",
Expand Down

0 comments on commit a66cdc2

Please sign in to comment.