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 f259e55 commit 462eafb
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions base_images.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"imageType": "external",
"sourceRepo": "registry.access.redhat.com",
"sourceNamespace": "ubi8",
"sourceImage": "ubi",
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8",
"tag": "8.6-754",
"updatePackages": []
},
{
"imageType": "external",
"sourceRepo": "registry.access.redhat.com",
"sourceNamespace": "ubi8",
"sourceImage": "ubi-minimal",
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.6-751",
"updatePackages": []
},
{
"imageType": "external",
"sourceRepo": "quay.io",
"sourceNamespace": "operator-framework",
"sourceImage": "helm-operator",
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "helm-operator",
"tag": "v1.20.1",
"updatePackages": []
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.6-751",
"destImage": "node-fermium-ubi8-minimal",
"nodeVersion": "14.19.3"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.6-751",
"destImage": "node-fermium-npm8-ubi8-minimal",
"nodeVersion": "14.19.3",
"npmVersion": "8"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.6-751",
"destImage": "node-v16-ubi8-minimal",
"nodeVersion": "16.15.0"
}
]

0 comments on commit 462eafb

Please sign in to comment.