Add keystore data to final agent secrets

This commit is contained in:
zontreck 2025-01-23 22:59:47 -07:00
parent 867fae5bc2
commit db34f7faa7
3 changed files with 10 additions and 2 deletions

View file

@ -7,6 +7,9 @@ WORKDIR /root/.ssh
ADD ./secret/id_rsa ./id_rsa
ADD ./secret/id_rsa.pub ./id_rsa.pub
ADD ./keystore.store /keystore.store
ADD ./key.properties /key.properties
RUN chmod 0600 id_rsa
WORKDIR /