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 Nov 29, 2022
1 parent e7f65a1 commit 7d58225
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.6-983",
"tag": "8.7-929",
"updatePackages": []
},
{
Expand All @@ -18,7 +18,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.6-985",
"tag": "8.7-923",
"updatePackages": []
},
{
Expand All @@ -29,29 +29,29 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "helm-operator",
"tag": "v1.25.0",
"tag": "v1.25.2",
"updatePackages": []
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.6-985",
"sourceTag": "8.7-923",
"destImage": "node-fermium-ubi8-minimal",
"nodeVersion": "14.20.1"
"nodeVersion": "14.21.1"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.6-985",
"sourceTag": "8.7-923",
"destImage": "node-fermium-npm8-ubi8-minimal",
"nodeVersion": "14.20.1",
"nodeVersion": "14.21.1",
"npmVersion": "8"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.6-985",
"sourceTag": "8.7-923",
"destImage": "node-v16-ubi8-minimal",
"nodeVersion": "16.18.0"
"nodeVersion": "16.18.1"
}
]

0 comments on commit 7d58225

Please sign in to comment.