Skip to content

Commit

Permalink
Move labels back up the hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 20, 2023
1 parent dc211d9 commit f47318b
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions buildpack-deps/ubuntu/jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,23 @@ target "_common" {
}

target "curl" {
dockerfile = "Containerfile"
labels = {
"org.opencontainers.image.source" = "https://github.com/polymathrobotics/oci"
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "A collection of common build dependencies used for installing various modules."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
}
inherits = ["_common"]
tags = [
"${CONTAINER_REGISTRY}/${IMAGE_NAME}:jammy-curl",
"${CONTAINER_REGISTRY}/${IMAGE_NAME}:22.04-curl"
]
}

target "scm" {
dockerfile = "Containerfile"
labels = {
"org.opencontainers.image.source" = "https://github.com/polymathrobotics/oci"
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "A collection of common build dependencies used for installing various modules."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
}
inherits = ["_common"]
tags = [
"${CONTAINER_REGISTRY}/${IMAGE_NAME}:jammy-scm",
"${CONTAINER_REGISTRY}/${IMAGE_NAME}:22.04-scm"
]
}

target "default" {
dockerfile = "Containerfile"
labels = {
"org.opencontainers.image.source" = "https://github.com/polymathrobotics/oci"
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "A collection of common build dependencies used for installing various modules."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
}
inherits = ["_common"]
tags = [
"${CONTAINER_REGISTRY}/${IMAGE_NAME}:jammy",
"${CONTAINER_REGISTRY}/${IMAGE_NAME}:22.04"
Expand Down

0 comments on commit f47318b

Please sign in to comment.