Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/tools/google.golang.or…
Browse files Browse the repository at this point in the history
…g/protobuf-1.33.0
  • Loading branch information
AidanDelaney authored Apr 4, 2024
2 parents 23f1cb9 + c1b5d7e commit 3f690f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
run: sudo apt-get install make curl jq
- name: Install pack
uses: buildpacks/github-actions/setup-pack@v5.5.1
uses: buildpacks/github-actions/setup-pack@v5.5.3
with:
pack-version: '0.31.0'
- name: Test
Expand Down
17 changes: 14 additions & 3 deletions themes/buildpacks/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,18 @@ <h3 class="mb-0">Maintainability</h3>
<a href="/features">See list of features</a>
</div>

<h2>About the Project</h2>
<h2>What We Do</h2>
<section class="row">
<div class="col-sm">
<p>Cloud Native Buildpacks (CNBs) transform your application source code into container images that can run on any
cloud. With buildpacks, organizations can concentrate the knowledge of container build best practices within a
specialized team, instead of having application developers across the organization individually maintain their
own Dockerfiles. This makes it easier to know what is inside application images, enforce security and compliance
requirements, and perform upgrades with minimal effort and intervention.</p>
</div>
</section>

<h2>Our Origin Story</h2>
<section class="row">
<div class="col-sm">
<p><strong>Buildpacks</strong> were first conceived by Heroku in 2011. Since then, they have been adopted by Cloud
Expand All @@ -110,8 +121,8 @@ <h2>About the Project</h2>
<p>Cloud Native Buildpacks embrace modern container standards, such as the OCI image format. They take advantage
of the latest capabilities of these standards, such as cross-repository blob mounting and image layer "rebasing"
on Docker API v2 registries.</p>
</div>
</section>
</div>
</section>
</div>

<div id="get-started" class="container">
Expand Down

0 comments on commit 3f690f8

Please sign in to comment.