Skip to content

Commit

Permalink
Release of OCaml 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 authored Dec 3, 2024
1 parent 6d04ca2 commit 0a176bc
Showing 1 changed file with 9 additions and 89 deletions.
98 changes: 9 additions & 89 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ group "latest" {

target "latest_version" {
args = {
OCAML_VERSION = "5.2.0"
OCAML_VERSION = "5.2.1"
}
}

target "latest_debian" {
inherits = ["latest_version", "debian", "cross_platform"]
tags =[
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0-debian",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1-debian",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2-debian",
"ghcr.io/sambyeol/ocaml-devcontainer:5-debian",
"ghcr.io/sambyeol/ocaml-devcontainer:debian",

"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2",
"ghcr.io/sambyeol/ocaml-devcontainer:5",
"ghcr.io/sambyeol/ocaml-devcontainer:latest",
Expand All @@ -65,12 +65,12 @@ target "latest_debian" {
target "latest_debian_root" {
inherits = ["latest_version", "debian", "root", "cross_platform"]
tags = [
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0-debian-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1-debian-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2-debian-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5-debian-root",
"ghcr.io/sambyeol/ocaml-devcontainer:debian-root",

"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5-root",
"ghcr.io/sambyeol/ocaml-devcontainer:root",
Expand All @@ -80,7 +80,7 @@ target "latest_debian_root" {
target "latest_ubuntu" {
inherits = ["latest_version", "ubuntu", "cross_platform"]
tags =[
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0-ubuntu",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1-ubuntu",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2-ubuntu",
"ghcr.io/sambyeol/ocaml-devcontainer:5-ubuntu",
"ghcr.io/sambyeol/ocaml-devcontainer:ubuntu",
Expand All @@ -90,7 +90,7 @@ target "latest_ubuntu" {
target "latest_ubuntu_root" {
inherits = ["latest_version", "ubuntu", "root", "cross_platform"]
tags = [
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0-ubuntu-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1-ubuntu-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2-ubuntu-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5-ubuntu-root",
"ghcr.io/sambyeol/ocaml-devcontainer:ubuntu-root",
Expand All @@ -100,7 +100,7 @@ target "latest_ubuntu_root" {
target "latest_alpine" {
inherits = ["latest_version", "alpine", "cross_platform"]
tags =[
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0-alpine",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1-alpine",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2-alpine",
"ghcr.io/sambyeol/ocaml-devcontainer:5-alpine",
"ghcr.io/sambyeol/ocaml-devcontainer:alpine",
Expand All @@ -110,89 +110,9 @@ target "latest_alpine" {
target "latest_alpine_root" {
inherits = ["latest_version", "alpine", "root", "cross_platform"]
tags = [
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.0-alpine-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2.1-alpine-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5.2-alpine-root",
"ghcr.io/sambyeol/ocaml-devcontainer:5-alpine-root",
"ghcr.io/sambyeol/ocaml-devcontainer:alpine-root",
]
}


group "supported" {
targets = [
"supported_debian",
"supported_debian_root",
"supported_ubuntu",
"supported_ubuntu_root",
"supported_alpine",
"supported_alpine_root"
]
}

target "supported_version" {
args = {
OCAML_VERSION = "4.14.2"
}
}

target "supported_debian" {
inherits = ["supported_version", "debian", "cross_platform"]
tags =[
"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2-debian",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14-debian",
"ghcr.io/sambyeol/ocaml-devcontainer:4-debian",

"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14",
"ghcr.io/sambyeol/ocaml-devcontainer:4",
]
}

target "supported_debian_root" {
inherits = ["supported_version", "debian", "root", "cross_platform"]
tags = [
"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2-debian-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14-debian-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4-debian-root",

"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4-root",
]
}

target "supported_ubuntu" {
inherits = ["supported_version", "ubuntu", "cross_platform"]
tags =[
"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2-ubuntu",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14-ubuntu",
"ghcr.io/sambyeol/ocaml-devcontainer:4-ubuntu",
]
}

target "supported_ubuntu_root" {
inherits = ["supported_version", "ubuntu", "root", "cross_platform"]
tags = [
"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2-ubuntu-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14-ubuntu-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4-ubuntu-root",
]
}

target "supported_alpine" {
inherits = ["supported_version", "alpine", "cross_platform"]
tags =[
"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2-alpine",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14-alpine",
"ghcr.io/sambyeol/ocaml-devcontainer:4-alpine",
]
}

target "supported_alpine_root" {
inherits = ["supported_version", "alpine", "root", "cross_platform"]
tags = [
"ghcr.io/sambyeol/ocaml-devcontainer:4.14.2-alpine-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4.14-alpine-root",
"ghcr.io/sambyeol/ocaml-devcontainer:4-alpine-root",
]
}

0 comments on commit 0a176bc

Please sign in to comment.