mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 14:04:31 +00:00
- 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>
56 lines
1.9 KiB
Markdown
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
|
|
|
|

|
|

|
|

|
|
|
|
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
|
|
|
|

|
|

|
|

|
|
|
|
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
|
|
|
|

|
|

|
|

|
|
|
|
https://hub.docker.com/r/shellspec/shellspec-scratch
|
|
|
|
Tags:
|
|
|
|
- shellspec/shellspec-scratch:latest
|
|
- shellspec/shellspec-scratch:master
|
|
- shellspec/shellspec-scratch:[VERSION]
|