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 Mar 24, 2022
1 parent 29ea303 commit b0ea6c1
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 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-226",
"tag": "8.5-236.1647448331",
"updatePackages": []
},
{
Expand All @@ -18,22 +18,33 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.5-230",
"tag": "8.5-240",
"updatePackages": []
},
{
"imageType": "external",
"sourceRepo": "quay.io",
"sourceNamespace": "operator-framework",
"sourceImage": "helm-operator",
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "helm-operator",
"tag": "v1.18.1",
"updatePackages": []
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.5-230",
"sourceTag": "8.5-240",
"destImage": "node-fermium-ubi8-minimal",
"nodeVersion": "14.19.0"
"nodeVersion": "14.19.1"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.5-230",
"sourceTag": "8.5-240",
"destImage": "node-fermium-npm8-ubi8-minimal",
"nodeVersion": "14.19.0",
"nodeVersion": "14.19.1",
"npmVersion": "8"
}
]

0 comments on commit b0ea6c1

Please sign in to comment.