https://github.com/radiusmethod/uds-package-socketzero
https://github.com/radiusmethod/uds-package-socketzero
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radiusmethod/uds-package-socketzero
- Owner: radiusmethod
- License: agpl-3.0
- Created: 2025-07-25T00:21:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T20:59:13.000Z (9 months ago)
- Last Synced: 2025-08-11T22:31:11.488Z (9 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-template.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# UDS Package SocketZero
This package is designed to be deployed on [UDS Core](https://github.com/defenseunicorns/uds-core) and is based on the upstream [SocketZero](#TEMPLATE_CHART_REPO#) chart.
> INSERT HERE 1-2 sentence summary of what the application does.
## Pre-requisites
The SocketZero Package expects to be deployed on top of [UDS Core](https://github.com/defenseunicorns/uds-core) with the dependencies listed below being configured prior to deployment.
#### Dependency information
Add any dependency information here
## Flavors
| Flavor | Description | Example Creation |
| ------ | ----------- | ---------------- |
| `upstream` | Uses upstream images within the package. | `zarf package create . -f upstream` |
| `registry1` | Uses images from registry1.dso.mil within the package | `zarf package create . -f registry1` |
| `unicorn` | Uses images from chainguard within the package | `zarf package create . -f unicorn` |
## Releases
The released packages can be found in [ghcr](https://github.com/uds-packages/socketzero/pkgs/container/socketzero).
## UDS Tasks (for local dev and CI)
*For local dev, this requires you install [uds-cli](https://github.com/defenseunicorns/uds-cli?tab=readme-ov-file#install)
> [!TIP]
> To get a list of tasks to run you can use `uds run --list`!
## Contributing
Please see the [CONTRIBUTING.md](./CONTRIBUTING.md)