mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-20 12:01:41 -04:00
Add support for rotating service password in Docker images. Closes #957
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user