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

1.9 KiB

ShellSpec docker images

ShellSpec 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 is included. The tag latest is latest release version.

Alpine based

Docker Cloud Build Status Docker Cloud Automated build Docker Pulls

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 Docker Cloud Automated build Docker Pulls

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 Docker Cloud Automated build Docker Pulls

https://hub.docker.com/r/shellspec/shellspec-scratch

Tags:

  • shellspec/shellspec-scratch:latest
  • shellspec/shellspec-scratch:master
  • shellspec/shellspec-scratch:[VERSION]