forked from paketo-buildpacks/paketo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·256 lines (253 loc) · 14.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!doctype html>
<html lang="en">
<head>
{{ partial "head.html" . }}
</head>
<body>
{{ partial "header.html" (dict "headerTheme" "dark" "context" . ) }}
<main>
<section class="homepage-section homepage-section--dark">
<div class="section-content">
<div class="section-content text__tagline">
<h1 class="text__tagline__item text--light font--default text--shadow">Your app,<br />
in your favorite language,<br />
ready to run in the cloud
</h1>
</div>
</div>
</section>
<div class="homepage-content">
<section class="homepage-section">
<div class="languages">
{{ with .Site.Params.hero}}
{{ range .logos }}
{{ range .item }}
<a class="languages__item" href="docs/buildpacks/language-family-buildpacks/{{ .docs }}">
<img class="languages__logo {{ .css_class }}" src="/v2/images/{{ .img }}" alt="{{ .alt }}">
</a>
{{ end }}
{{ end }}
{{ end }}
</div>
<a class="button text--shadow text--light" href="docs">Get Started</a>
</section>
<section class="homepage-section homepage-section--dark">
<div class="section-content">
<h2 class="text__section-header text--light text--shadow">What are Paketo Buildpacks?</h2>
<div class="what-are-buildpacks-element">
<ul class="text--light list--disc">
<li class="list__element">
Buildpacks transform your application source code into container images
</li>
<li class="list__element">
The Paketo project provides production-ready buildpacks for the most popular languages
and frameworks
</li>
<li class="list__element">
Use Paketo Buildpacks to easily build your apps and keep them updated
</li>
<li class="list__element">
Learn more about <a href="https://buildpacks.io">buildpacks</a>
</li>
</ul>
<div class="what-are-buildpacks-element__imageset">
<img class="what-are-buildpacks-element__equation" src="/v2/images/buildpack-equation.svg"
alt="Buildpacks transform your source code into OCI images">
</div>
</div>
<div class="what-are-buildpacks-element">
<div class="text--light">
Paketo Buildpacks can run on any platform that supports container images, including Docker
and Kubernetes!
</div>
<div class="what-are-buildpacks-element__imageset">
<div class="what-are-buildpacks-element__image">
<div class="logo">
<img class="logo__image" src="/v2/images/icon-cloud.svg" alt="Fluffy cloud icon" >
</div>
</div>
<div class="what-are-buildpacks-element__image">
<div class="logo">
<img class="logo__image" src="/v2/images/logo-docker.svg" alt="Docker whale logo" >
</div>
</div>
<div class="what-are-buildpacks-element__image">
<div class="logo">
<img class="logo__image" src="/v2/images/logo-kubernetes.svg" alt="Kubernetes">
</div>
</div>
</div>
</div>
<div class="what-are-buildpacks-element">
<div class="text--light">
Compatible with CI/CD integrations around containers such as CircleCI, Gitlab, Tekton, and
much more!
</div>
<div class="what-are-buildpacks-element__imageset">
<div class="what-are-buildpacks-element__image">
<div class="logo">
<img class="logo__image logo__image--circleCI"
src="/v2/images/logo-circleCI.png" alt="CircleCI">
</div>
</div>
<div class="what-are-buildpacks-element__image">
<div class="logo">
<img class="logo__image"
src="/v2/images/logo-gitlab.svg" alt="Gitlab fox logo">
</div>
</div>
<div class="what-are-buildpacks-element__image">
<div class="logo">
<img class="logo__image"
src="/v2/images/logo-tekton.svg" alt="Tekton logo">
</div>
</div>
</div>
</div>
<div class="what-are-buildpacks-element">
<div class="text--light">
Paketo Buildpacks are leveraged by many application platforms and local development tools
including Hashicorp Waypoint, the Pack CLI, Spring Boot, Tilt, and VMware Tanzu Build
Service.
</div>
<div class="what-are-buildpacks-element__imageset">
<div class="what-are-buildpacks-element__image what-are-buildpacks-element__image--smaller">
<div class="logo">
<img class="logo__image" src="/v2/images/logo-waypoint.svg" alt="Hashicorp Waypoint logo">
</div>
</div>
<div class="what-are-buildpacks-element__image what-are-buildpacks-element__image--smaller">
<div class="logo">
<img class="logo__image" src="/v2/images/logo-buildpacks.svg" alt="Cloud Native Buildpacks logo">
</div>
</div>
<div class="what-are-buildpacks-element__image what-are-buildpacks-element__image--smaller">
<div class="logo">
<img class="logo__image" src="/v2/images/logo-spring.svg" alt="Spring leaf logo">
</div>
</div>
<div class="what-are-buildpacks-element__image what-are-buildpacks-element__image--smaller">
<div class="logo logo--tilt">
<img class="logo__image" src="/v2/images/logo-tilt.svg" alt="Tilt logo">
</div>
</div>
<div class="what-are-buildpacks-element__image what-are-buildpacks-element__image--smaller">
<div class="logo">
<img class="logo__image" src="/v2/images/logo-tanzu-build-service.svg" alt="Tanzu Build Service logo">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="homepage-section">
<div class="section-content">
<h2 class="text__section-header text--dark">Here's how it works</h2>
<p class="text--dark text--400">
Just bring your app and Paketo Buildpacks will detect what language your app is using,
gather the required dependencies, and build it into an image.
</p>
<div class="how-it-works-animation">
{{ partial "how-it-works-animation.html" . }}
</div>
</div>
</section>
<section class="homepage-section homepage-section--dark">
<div class="section-content">
<h2 class="text__section-header text--light text--shadow">Features</h2>
<div class="feature">
<div class="feature__tagline">
<div class="feature__tagline__icon-container">
<img class="height-100pct" src="/v2/images/icon-bolt.svg" alt="A lightning bolt icon">
</div>
<h3 class="text--light">Fast rebuilds through built-in caching</h3>
</div>
<div class="text--light text--500">
Quickly rebuild your apps without advanced customization of your build tooling
</div>
</div>
<div class="feature">
<div class="feature__tagline">
<div class="feature__tagline__icon-container">
<img class="width-100pct" src="/v2/images/icon-sliders.svg" alt="A slider icon">
</div>
<h3 class="text--light">Easy customization</h3>
</div>
<div class="text--light text--500">
Paketo Buildpacks are modular and can easily be composed to suit your app’s needs.
If your use case isn’t supported yet, leverage our tooling to build a buildpack,
and contribute it to the community - or file a feature request :)
</div>
</div>
<div class="feature">
<div class="feature__tagline">
<div class="feature__tagline__icon-container">
<img class="width-100pct" src="/v2/images/icon-magglass.svg"
alt="A magnifying glass icon">
</div>
<h3 class="text--light">Containers you can trust</h3>
</div>
<div class="text--light text--500">
Gain visibility into your software supply chain through an extensive bill of materials
provided by buildpacks
</div>
</div>
<div class="feature">
<div class="feature__tagline">
<div class="feature__tagline__icon-container">
<img class="width-100pct" src="/v2/images/icon-patch.svg" alt="A patch icon">
</div>
<h3 class="text--light">Patch OS-Level vulnerabilities, fast</h3>
</div>
<div class="text--light text--500">
With buildpacks in your CI you can patch the OS layer of your app images without
rebuilding your source code
</div>
</div>
<div class="feature">
<div class="feature__tagline">
<div class="feature__tagline__icon-container">
<img class="height-100pct" src="/v2/images/icon-vine.svg" alt="A vine icon">
</div>
<h3 class="text--light">Compliance and security that scales with your organization</h3>
</div>
<div class="text--light text--500">
With buildpacks, you have full control over the OSes, languages, and package management
your teams can use - no matter the size of your org
</div>
</div>
</div>
</section>
<section class="homepage-section homepage-section--padded">
<div class="section-content">
<h2 class="text__section-header text--dark">Ready to contribute?</h2>
<a class="text__homepage-link" href="contribute/">
Check out our community page to learn more!
</a>
<h3 class="text__section-header text--dark">About the Paketo project</h3>
<ul class="list--disc margin-bottom70">
<li class="text--dark list__element">
Our buildpacks are based on the learnings from years of building and maintaining buildpacks
for Cloud Foundry (for VMs). Paketo Buildpacks work great with Spring and are the
recommended way to build containers with Spring Boot
</li>
<li class="text--dark list__element">
Buildpacks power the productivity of tens of thousands of developers and operators daily
</li>
<li class="text--dark list__element">
Paketo is a community-driven project with active project maintainers and contributors that
are driving the long term success of Paketo
</li>
<li class="text--dark list__element">
Vendor-neutral governance through the Cloud Foundry Foundation
</li>
</ul>
</div>
<div class="center-horizontal"><a class="button text--shadow text--light" href="docs">Get Started</a>
</div>
</section>
</div>
</main>
{{ partial "footer.html" . }}
</body>
</html>