Skip to content

Commit

Permalink
include every available script in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarri committed Jan 3, 2022
1 parent c84b9ea commit b35e578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## v1.1.4 (Unreleased)
## v1.1.4 (2022-01-03)
- Support for optional SSL mode within init script
- Support for optional kv-v2 engine within init script
- Include vault-agent init script
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ VOLUME /vault/plugins

COPY --from=builder /plugin/LICENSE /
COPY --from=builder /plugin/quorum-hashicorp-vault-plugin /vault/plugins/quorum-hashicorp-vault-plugin
COPY --from=builder /plugin/scripts/vault-init.sh /usr/local/bin/vault-init.sh
COPY --from=builder /plugin/scripts/vault-init-dev.sh /usr/local/bin/vault-init-dev.sh
COPY --from=builder /plugin/scripts/* /usr/local/bin/

EXPOSE 8200
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
( sleep 2 ; init.sh && cat > $${VAULT_IS_READY}) &
vault server -config=/vault/config.hcl
healthcheck:
test: [ "CMD", "wget", "--spider", "--proxy", "off", "http://localhost:8200/v1/sys/health?standbyok=true" ]
test: [ "CMD", "wget", "--spider", "--proxy", "off", "https://localhost:8200/v1/sys/health?standbyok=true" ]
interval: 10s
timeout: 3s
retries: 10
Expand Down

0 comments on commit b35e578

Please sign in to comment.