Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salt-labs/containers
A collection of containers for CI/CD pipelines
https://github.com/salt-labs/containers
codestream containers devsecops nix oci
Last synced: 3 months ago
JSON representation
A collection of containers for CI/CD pipelines
- Host: GitHub
- URL: https://github.com/salt-labs/containers
- Owner: salt-labs
- License: other
- Created: 2023-03-04T06:26:49.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-08-18T00:24:49.000Z (6 months ago)
- Last Synced: 2024-08-18T01:28:05.891Z (6 months ago)
- Topics: codestream, containers, devsecops, nix, oci
- Language: Shell
- Homepage:
- Size: 511 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Containers
## Overview
A collection of container images used for CI tooling.
**NOTE:** In order for use in vRealize Aria, Codestream requires that each container has at least the following available;
- Shell (bash, sh, etc.)
- curl or wgetThis is in order for the container to be able to download and run the codestream agent binary on each launch to communicate back with vRA.
## Builds
![Containers](https://img.shields.io/github/actions/workflow/status/salt-labs/containers/nix-container.yml?label=Containers&style=for-the-badge)
## Tags
The following tags are available for each container:
| Tag | Description |
| :--: | :----------- |
| latest | The latest development release of the container. These come direct from PRs. |
| calver | A calendar versioned release of the container. These are released automatically when PRs are merged. |