https://github.com/techofourown/sw-ourbox-apps-hello-world
Hello-world OurBox application publisher repo
https://github.com/techofourown/sw-ourbox-apps-hello-world
Last synced: 3 months ago
JSON representation
Hello-world OurBox application publisher repo
- Host: GitHub
- URL: https://github.com/techofourown/sw-ourbox-apps-hello-world
- Owner: techofourown
- Created: 2026-03-13T18:15:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-16T05:57:44.000Z (3 months ago)
- Last Synced: 2026-03-16T17:36:51.375Z (3 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sw-ourbox-apps-hello-world
`sw-ourbox-apps-hello-world` is a minimal second `sw-ourbox-apps-*`
publisher repo.
Its job is simple: publish one tiny `hello-world` application image so the
catalog side can prove that an OurBox application catalog may consume images
from more than one apps repository.
## Published application
- `hello-world`
- static hello-world page served from nginx
- image: `ghcr.io/techofourown/sw-ourbox-apps-hello-world/hello-world`
## Repository layout
- [apps-manifest.json](/techofourown/sw-ourbox-apps-hello-world/apps-manifest.json)
- machine-readable description of the published application
- [apps/hello-world](/techofourown/sw-ourbox-apps-hello-world/apps/hello-world)
- source and image build inputs
- [.github/workflows/ci.yml](/techofourown/sw-ourbox-apps-hello-world/.github/workflows/ci.yml)
- lightweight validation
- [.github/workflows/publish-images.yml](/techofourown/sw-ourbox-apps-hello-world/.github/workflows/publish-images.yml)
- publishes the image to GHCR on `main`