Skip to content

Commit

Permalink
Merge pull request #799 from tpmccallum/oci_update
Browse files Browse the repository at this point in the history
Remove OCI acronym and adjust wording
  • Loading branch information
tpmccallum authored Aug 21, 2023
2 parents 135e3bc + edc2b1c commit 4345c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions content/spin/spin-oci.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
title = "Hosting Spin Apps in Open Container Initiative (OCI) Registries"
title = "Spin Apps in Registries"
template = "spin_main"
date = "2023-02-13T00:00:00Z"
enable_shortcodes = true
[extra]
url = "https://github.com/fermyon/developer/blob/main/content/spin/spin-oci.md"

---
- [Spin Open Container Initiative (OCI) Support](#spin-open-container-initiative-oci-support)
- [Spin Registry Support](#spin-registry-support)
- [Prerequisites](#prerequisites)
- [Publishing and Running Spin Applications Using Registries (Video)](#publishing-and-running-spin-applications-using-registries-video)
- [Set Up Your GHCR Instance](#set-up-your-ghcr-instance)
Expand All @@ -16,9 +16,9 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/spin-oci.md"
- [Conclusion](#conclusion)
- [Next Steps](#next-steps)

## Spin Open Container Initiative (OCI) Support
## Spin Registry Support

With Spin's Open Container Initiative (OCI) support, you can package and save your Spin application as an OCI artifact in a registry like [GitHub Container Registry (GHCR)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) or [DockerHub](https://hub.docker.com/) and then run your Spin app from these registries.
With Spin's registry support, you can package and save your Spin application as an artifact in a registry like [GitHub Container Registry (GHCR)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) or [DockerHub](https://hub.docker.com/) and then run your Spin app from these registries.

## Prerequisites

Expand All @@ -36,7 +36,7 @@ The following video shows you how to push a Spin app to GHCR, and then run that

<iframe width="560" height="315" src="https://www.youtube.com/embed/ijTEf8wDkqU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

The rest of this page shows you how to use OCI-compliant GHCR artifacts locally with Spin.
The rest of this page shows you how to use GHCR artifacts locally with Spin.

## Set Up Your GHCR Instance

Expand Down
2 changes: 1 addition & 1 deletion templates/spin_sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<li><a {{#if (active_content request.spin-path-info "/spin/url-shortener" )}} class="active" {{/if}}
href="{{site.info.base_url}}/spin/url-shortener">Building a URL Shortener With Spin</a></li>
<li><a {{#if (active_content request.spin-path-info "/spin/spin-oci" )}} class="active" {{/if}}
href="{{site.info.base_url}}/spin/spin-oci">Hosting Spin Apps in OCI Registries</a></li>
href="{{site.info.base_url}}/spin/spin-oci">Spin Apps in Registries</a></li>
<li><a {{#if (active_content request.spin-path-info "/spin/kv-store-tutorial" )}} class="active"
{{/if}} href="{{site.info.base_url}}/spin/kv-store-tutorial">Persistent Data Locally With
Key Value
Expand Down

0 comments on commit 4345c93

Please sign in to comment.