Skip to content

Commit

Permalink
Merge pull request #83 from galop/add-v1.28-support
Browse files Browse the repository at this point in the history
Add support for building 1.28.8 images
  • Loading branch information
galop authored Sep 17, 2024
2 parents 9746a56 + 040cfc6 commit 6e00941
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions supported-versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"v1.25.7+vmware.3-fips.1": {
"supported_os": [
"photon-3",
"ubuntu-2004-efi"
],
"artifacts_image": "projects.packages.broadcom.com/tkg/tkg-vsphere-linux-resource-bundle:v1.25.7_vmware.3-fips.1-tkg.1",
"docker_build_args": {
"IMAGE_BUILDER_COMMIT_ID": "e5c6813621e13b3efc0f5181241673006fa643d9"
}
},
"v1.26.5+vmware.2-fips.1": {
"supported_os": [
"photon-3",
Expand All @@ -28,5 +18,15 @@
"docker_build_args": {
"IMAGE_BUILDER_COMMIT_ID": "cb925047f388090a0db3430ca3172da63eff952c"
}
},
"v1.28.8+vmware.1-fips.1": {
"supported_os": [
"photon-5",
"ubuntu-2204-efi"
],
"artifacts_image": "projects.packages.broadcom.com/tkg/tkg-vsphere-linux-resource-bundle:v1.28.8_vmware.1-fips.1-tkg.2",
"docker_build_args": {
"IMAGE_BUILDER_COMMIT_ID": "d89cd8eee2e28bd77f138e7cb09869ff33ca7d5e"
}
}
}

0 comments on commit 6e00941

Please sign in to comment.