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 May 23, 2022
1 parent 84cd89e commit da464af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 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.5-239.1651231664",
"tag": "8.6-754",
"updatePackages": []
},
{
Expand All @@ -18,7 +18,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.5-243.1651231653",
"tag": "8.6-751",
"updatePackages": []
},
{
Expand All @@ -29,28 +29,28 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "helm-operator",
"tag": "v1.20.0",
"tag": "v1.20.1",
"updatePackages": []
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.5-243.1651231653",
"sourceTag": "8.6-751",
"destImage": "node-fermium-ubi8-minimal",
"nodeVersion": "14.19.1"
"nodeVersion": "14.19.3"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.5-243.1651231653",
"sourceTag": "8.6-751",
"destImage": "node-fermium-npm8-ubi8-minimal",
"nodeVersion": "14.19.1",
"nodeVersion": "14.19.3",
"npmVersion": "8"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.5-243.1651231653",
"sourceTag": "8.6-751",
"destImage": "node-v16-ubi8-minimal",
"nodeVersion": "16.15.0"
}
Expand Down

0 comments on commit da464af

Please sign in to comment.