You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/builder/trusted_builder.go
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,34 @@ var KnownBuilders = []KnownBuilder{
71
71
Suggested: true,
72
72
Trusted: true,
73
73
},
74
+
{
75
+
Vendor: "Paketo Buildpacks",
76
+
Image: "paketobuildpacks/ubuntu-noble-builder",
77
+
DefaultDescription: "Small base image with buildpacks for Java, Node.js or .NET Core",
78
+
Suggested: true,
79
+
Trusted: true,
80
+
},
74
81
{
75
82
Vendor: "Paketo Buildpacks",
76
83
Image: "paketobuildpacks/builder-ubi8-base",
77
84
DefaultDescription: "Universal Base Image (RHEL8) with buildpacks to build Node.js or Java runtimes. Support also the new extension feature (aka apply Dockerfile)",
78
85
Suggested: true,
79
86
Trusted: true,
80
87
},
88
+
{
89
+
Vendor: "Paketo Buildpacks",
90
+
Image: "paketobuildpacks/ubi-9-builder",
91
+
DefaultDescription: "Universal Base Image (RHEL9) with buildpacks to build Node.js runtimes.",
92
+
Suggested: true,
93
+
Trusted: true,
94
+
},
95
+
{
96
+
Vendor: "Paketo Buildpacks",
97
+
Image: "paketobuildpacks/ubi-10-builder",
98
+
DefaultDescription: "Universal Base Image (RHEL10) with buildpacks to build Node.js runtimes.",
0 commit comments