Skip to content

Commit

Permalink
ruby: remove 3.0 and 3.1 (#1242)
Browse files Browse the repository at this point in the history
* ruby: remove 3.0 and 3.1

Signed-off-by: Jason Hall <jason@chainguard.dev>

* revert test change

Signed-off-by: Jason Hall <jason@chainguard.dev>

---------

Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh authored Aug 22, 2023
1 parent 93acee4 commit 74e1690
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 126 deletions.
35 changes: 0 additions & 35 deletions images/ruby/3.0.tf

This file was deleted.

35 changes: 0 additions & 35 deletions images/ruby/3.1.tf

This file was deleted.

25 changes: 0 additions & 25 deletions images/ruby/configs/3.0.apko.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions images/ruby/configs/3.1.apko.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions images/ruby/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ module "tagger" {
source = "../../tflib/tagger"

depends_on = [
module.test-three-zero,
module.test-three-one,
module.test-three-two,
]

tags = merge(
{ for t in toset(module.version-tags-3_0.tag_list) : t => module.three-zero.image_ref },
{ for t in toset(module.version-tags-3_0.tag_list) : "${t}-dev" => module.three-zero-dev.image_ref },
{ for t in toset(module.version-tags-3_1.tag_list) : t => module.three-one.image_ref },
{ for t in toset(module.version-tags-3_1.tag_list) : "${t}-dev" => module.three-one-dev.image_ref },
{ for t in toset(concat(["latest"], module.version-tags-3_2.tag_list)) : t => module.three-two.image_ref },
{ for t in toset(concat(["latest"], module.version-tags-3_2.tag_list)) : "${t}-dev" => module.three-two-dev.image_ref },
)
Expand Down

0 comments on commit 74e1690

Please sign in to comment.