Skip to content

defenseunicorns/uds-package-valkey

Repository files navigation

🏭 UDS Valkey Package

Latest Release Build Status OpenSSF Scorecard

Warning

uds-package-valkey is in early alpha and is not ready for general consumption. It is currently only supported as a provider of Redis to uds-package-gitlab

This package is designed for use as part of a UDS Software Factory bundle deployed on UDS Core.

Prerequisites

Flavors

Flavor Description Example Creation
upstream Uses upstream images within the package. uds zarf package create . -f upstream

Note: there is not currently a registry1 flavor as Iron Bank does not have any valkey images yet.

Releases

The released packages can be found in ghcr.

UDS Tasks (for local dev and CI)

*For local dev, this requires installing uds-cli

After installing uds-cli, for a list of available tasks that can be run in this repository execute the following command:

uds run --list

Contributing

Please see the CONTRIBUTING.md

Development

When developing this package it is ideal to utilize the json schemas for UDS Bundles, Zarf Packages and Maru Tasks. This involves configuring your IDE to provide schema validation for the respective files used by each application. For guidance on how to set up this schema validation, please refer to the guide in uds-common.