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 Apr 17, 2023
1 parent 8aee3c9 commit e826ae8
Showing 1 changed file with 11 additions and 26 deletions.
37 changes: 11 additions & 26 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.7-1090.1679482075",
"tag": "8.7-1112",
"updatePackages": []
},
{
Expand All @@ -18,7 +18,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.7-1085.1679482090",
"tag": "8.7-1107",
"updatePackages": []
},
{
Expand All @@ -29,7 +29,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi9-micro",
"tag": "9.1.0-15",
"tag": "9.1.0-17",
"updatePackages": []
},
{
Expand All @@ -46,30 +46,15 @@
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.7-1085.1679482090",
"destImage": "node-fermium-ubi8-minimal",
"nodeVersion": "14.21.3"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.7-1085.1679482090",
"destImage": "node-fermium-npm8-ubi8-minimal",
"nodeVersion": "14.21.3",
"npmVersion": "8"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.7-1085.1679482090",
"destImage": "node-v16-ubi8-minimal",
"nodeVersion": "16.19.1"
"sourceTag": "8.7-1107",
"destImage": "node-v18-ubi8-minimal",
"nodeVersion": "18.16.0"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.7-1085.1679482090",
"destImage": "node-v18-ubi8-minimal",
"nodeVersion": "18.15.0"
"imageType": "liberty",
"sourceImage": "node-v18-ubi8-minimal",
"sourceTag": "18.16.0_8.7-1107",
"destImage": "liberty11-ubi8-minimal",
"libertyVersion": "23.0.0.3"
}
]

0 comments on commit e826ae8

Please sign in to comment.