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 Jul 31, 2024
1 parent ce8f033 commit 1bb7330
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions base_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi9-micro",
"tag": "9.4-9",
"tag": "9.4-13",
"updatePackages": []
},
{
Expand All @@ -40,7 +40,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi9",
"tag": "9.4-1123.1719560047",
"tag": "9.4-1181",
"updatePackages": []
},
{
Expand All @@ -51,7 +51,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi9-minimal",
"tag": "9.4-1134",
"tag": "9.4-1194",
"updatePackages": []
},
{
Expand All @@ -66,20 +66,20 @@
"sourceImage": "ubi8-minimal",
"sourceTag": "8.10-1018",
"destImage": "node-v20-ubi8-minimal",
"nodeVersion": "20.15.1"
"nodeVersion": "20.16.0"
},
{
"imageType": "node",
"sourceImage": "ubi9-minimal",
"sourceTag": "9.4-1134",
"sourceTag": "9.4-1194",
"destImage": "node-v18-ubi9-minimal",
"nodeVersion": "18.20.4"
},
{
"imageType": "node",
"sourceImage": "ubi9-minimal",
"sourceTag": "9.4-1134",
"sourceTag": "9.4-1194",
"destImage": "node-v20-ubi9-minimal",
"nodeVersion": "20.15.1"
"nodeVersion": "20.16.0"
}
]

0 comments on commit 1bb7330

Please sign in to comment.