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 11, 2024
1 parent bfe9686 commit 025b051
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.10-901.1717584420",
"tag": "8.10-1020",
"updatePackages": []
},
{
Expand All @@ -18,7 +18,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.10-896.1717584414",
"tag": "8.10-1018",
"updatePackages": []
},
{
Expand All @@ -40,7 +40,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi9",
"tag": "9.4-1123",
"tag": "9.4-1123.1719560047",
"updatePackages": []
},
{
Expand All @@ -57,29 +57,29 @@
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.10-896.1717584414",
"sourceTag": "8.10-1018",
"destImage": "node-v18-ubi8-minimal",
"nodeVersion": "18.20.3"
"nodeVersion": "18.20.4"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.10-896.1717584414",
"sourceTag": "8.10-1018",
"destImage": "node-v20-ubi8-minimal",
"nodeVersion": "20.14.0"
"nodeVersion": "20.15.1"
},
{
"imageType": "node",
"sourceImage": "ubi9-minimal",
"sourceTag": "9.4-1134",
"destImage": "node-v18-ubi9-minimal",
"nodeVersion": "18.20.3"
"nodeVersion": "18.20.4"
},
{
"imageType": "node",
"sourceImage": "ubi9-minimal",
"sourceTag": "9.4-1134",
"destImage": "node-v20-ubi9-minimal",
"nodeVersion": "20.14.0"
"nodeVersion": "20.15.1"
}
]

0 comments on commit 025b051

Please sign in to comment.