Skip to content

Commit

Permalink
Fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 20, 2023
1 parent 7d542af commit 72b24af
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion python/3.10/jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.10/slim-jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.11/jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.11/slim-jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.12/jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.12/slim-jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.8/jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.8/slim-jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.9/jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down
2 changes: 1 addition & 1 deletion python/3.9/slim-jammy/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target "_common" {
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "Python is an interpreted, interactive, object-oriented, open-source programming language."
"org.opencontainers.image.title" = "${IMAGE_NAME}"
"dev.polymathrobotics.image.readme-filepath" = "python/README.md"
"io.boxcutter.image.readme-filepath" = "python/README.md"
}
}

Expand Down

0 comments on commit 72b24af

Please sign in to comment.