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.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
*
|
||||
!.git
|
||||
!chase2fa.py
|
||||
!entrypoint.sh
|
||||
!pinentry-stub.sh
|
||||
!pyproject.toml
|
||||
!secretsocket.py
|
||||
!xactfetch.py
|
||||
|
||||
@@ -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
0
chase2fa.py
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable file
0
secretsocket.py
Normal file → Executable file
0
secretsocket.py
Normal file → Executable file
Reference in New Issue
Block a user