Skip to content

Commit

Permalink
sentinel removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Oct 17, 2024
1 parent d7e44d5 commit 4eaf44a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ RUN uname -m && \
terraform \
packer \
vault \
sentinel \
ansible \
kubectl \
helm && \
Expand Down Expand Up @@ -192,7 +191,6 @@ RUN uname -m && \
perl --version && \
pip3 --version && \
python3 --version && \
sentinel --version && \
shellcheck --version && \
skopeo -v && \
ssh -V && \
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ The following software is included and tested:
* [Google Cloud CLI](https://cloud.google.com/cli) (`gcloud`, `gsutil` and `bq`)
* [Open Policy Agent](https://www.openpolicyagent.org/) general-purpose policy engine, context-aware policy enforcement (`opa`)
* [Packer](https://developer.hashicorp.com/packer) (`packer`)
* [Sentinel](https://developer.hashicorp.com/sentinel) (`sentinel`)
* [ShellCheck](https://www.shellcheck.net/) analysis and linting tool for Shell/Bash scripts (`shellcheck`)
* [skopeo](https://github.com/containers/skopeo) command line utility that performs various operations on container images and repositories (`skopeo`)
* [Terraform](https://developer.hashicorp.com/terraform/cli) (`terraform`)
Expand Down
1 change: 0 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ MY_COMMANDS=(
"perl --version"
"pip3 --version"
"python3 --version"
"sentinel --version"
"shellcheck --version"
"skopeo -v"
"ssh -V"
Expand Down
2 changes: 0 additions & 2 deletions workstations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ RUN uname -m && \
terraform \
packer \
vault \
sentinel \
ansible \
kubectl \
helm && \
Expand Down Expand Up @@ -204,7 +203,6 @@ RUN uname -m && \
perl --version && \
pip3 --version && \
python3 --version && \
sentinel --version && \
shellcheck --version && \
skopeo -v && \
ssh -V && \
Expand Down

0 comments on commit 4eaf44a

Please sign in to comment.