1
0
Fork 0

container: Add secretsocket, chase2fa scripts

While the original intent of the `secretsocket` script was to have `rbw`
run outside the `xactfetch` container, that is only useful during
development; both processes need to run in the container in Kubernetes.
master
Dustin 2024-07-11 20:26:58 -05:00
parent 0f9b3a5ac5
commit 3ff18d1042
5 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
*
!.git
!chase2fa.py
!entrypoint.sh
!pinentry-stub.sh
!pyproject.toml
!secretsocket.py
!xactfetch.py

View File

@ -27,6 +27,8 @@ RUN python3 -m pip wheel -w /wheels /src
FROM scratch AS mixin
COPY pinentry-stub.sh /usr/local/bin/pinentry-stub
COPY secretsocket.py /usr/local/bin/secretsocket
COPY chase2fa.py /usr/local/bin/chase2fa
COPY entrypoint.sh /entrypoint.sh

0
chase2fa.py Normal file → Executable file
View File

0
entrypoint.sh Normal file → Executable file
View File

0
secretsocket.py Normal file → Executable file
View File