Add support for rotating service password in Docker images. Closes #957

This commit is contained in:
Binaek Sarkar
2021-09-28 14:32:09 +05:30
committed by GitHub
parent 8f4f3d518b
commit 499ca6e430

View File

@@ -33,6 +33,8 @@ RUN steampipe --version
# Run steampipe query to install db and fdw (they are installed on the first run)
RUN steampipe query "select * from steampipe_mod"
RUN rm -f /home/steampipe/.steampipe/internal/.passwd
EXPOSE 9193
COPY docker-entrypoint.sh /usr/local/bin
ENTRYPOINT [ "docker-entrypoint.sh" ]