mirror of
https://github.com/flibusta-apps/vault-unseal-docker.git
synced 2025-12-06 14:45:37 +01:00
Fix
This commit is contained in:
2
.github/workflows/build_docker_image.yml
vendored
2
.github/workflows/build_docker_image.yml
vendored
@@ -41,4 +41,4 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: ghcr.io/${{ env.IMAGE }}:latest
|
tags: ghcr.io/${{ env.IMAGE }}:latest
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/build.dockerfile
|
file: Dockerfile
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
FROM vault:0.6.4
|
FROM hashicorp/vault:latest
|
||||||
MAINTAINER blockloop
|
|
||||||
|
|
||||||
ADD ./vault-unseal.sh /vault-unseal.sh
|
ADD ./vault-unseal.sh /vault-unseal.sh
|
||||||
RUN chmod a+x /vault-unseal.sh
|
RUN chmod a+x /vault-unseal.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user