prole/tests/shellspec/.vendor/shellspec-0.28.1/.dockerhub/README.md
chrisfu 909e92109e Refactor shell layout; add shellspec + authority
- Introduce lib/shell helpers and keep etc/* scripts thin via compatibility shims

- Move Kerberos validation to scripts/validation/check_kerberos.sh and update callers

- Add deterministic shellspec unit tests under tests/shellspec/ and wire Maven to run them

- Add minimal Spring Boot authority module with startup + /health endpoint and Maven wiring

- Document the new layout in docs/layout.md

Co-authored-by: Junie <junie@jetbrains.com>
2026-03-13 09:19:56 -07:00

56 lines
1.9 KiB
Markdown

# ShellSpec docker images
[ShellSpec](https://shellspec.info/) is a full-featured BDD unit testing framework for shell scripts.
These docker images are for running ShellSpec easily and suitable for incorporating into CI.
The tag with `kcov` means [Kcov](https://github.com/SimonKagstrom/kcov) is included. The tag `latest` is latest release version.
## Alpine based
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/shellspec/shellspec)
![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/shellspec/shellspec)
![Docker Pulls](https://img.shields.io/docker/pulls/shellspec/shellspec)
https://hub.docker.com/r/shellspec/shellspec
Tags:
- shellspec/shellspec:latest
- shellspec/shellspec:kcov
- shellspec/shellspec:master
- shellspec/shellspec:master-kcov
- shellspec/shellspec:[VERSION]
- shellspec/shellspec:[VERSION]-kcov
## Debian based
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/shellspec/shellspec-debian)
![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/shellspec/shellspec-debian)
![Docker Pulls](https://img.shields.io/docker/pulls/shellspec/shellspec-debian)
https://hub.docker.com/r/shellspec/shellspec-debian
Tags:
- shellspec/shellspec-debian:latest
- shellspec/shellspec-debian:kcov
- shellspec/shellspec-debian:master
- shellspec/shellspec-debian:master-kcov
- shellspec/shellspec-debian:[VERSION]
- shellspec/shellspec-debian:[VERSION]-kcov
## Scratch based
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/shellspec/shellspec-scratch)
![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/shellspec/shellspec-scratch)
![Docker Pulls](https://img.shields.io/docker/pulls/shellspec/shellspec-scratch)
https://hub.docker.com/r/shellspec/shellspec-scratch
Tags:
- shellspec/shellspec-scratch:latest
- shellspec/shellspec-scratch:master
- shellspec/shellspec-scratch:[VERSION]