Skip to content

Commit

Permalink
Trigger build with new base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jan 2, 2024
1 parent 918193f commit 7f9f8d3
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions base_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8",
"tag": "8.8-1067.1698056881",
"tag": "8.9-1028",
"updatePackages": []
},
{
Expand All @@ -18,7 +18,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.8-1072.1697626218",
"tag": "8.9-1029",
"updatePackages": []
},
{
Expand All @@ -29,7 +29,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi9-micro",
"tag": "9.2-15.1696515526",
"tag": "9.3-9",
"updatePackages": []
},
{
Expand All @@ -40,21 +40,28 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "helm-operator",
"tag": "v1.32.0",
"tag": "v1.33.0",
"updatePackages": []
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.8-1072.1697626218",
"sourceTag": "8.9-1029",
"destImage": "node-v18-ubi8-minimal",
"nodeVersion": "18.18.2"
"nodeVersion": "18.19.0"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.9-1029",
"destImage": "node-v20-ubi8-minimal",
"nodeVersion": "20.10.0"
},
{
"imageType": "liberty",
"sourceImage": "node-v18-ubi8-minimal",
"sourceTag": "18.18.2_8.8-1072.1697626218",
"sourceTag": "18.18.2_8.9-1029",
"destImage": "liberty11-ubi8-minimal",
"libertyVersion": "23.0.0.10"
"libertyVersion": "23.0.0.12"
}
]

0 comments on commit 7f9f8d3

Please sign in to comment.