Skip to content

Commit

Permalink
Merge pull request #1400 from kaytu-io/fix-steampipe-upgrade
Browse files Browse the repository at this point in the history
fix: downgrade steampipe to test
  • Loading branch information
artaasadi authored Aug 1, 2024
2 parents 90eb0d5 + 9978959 commit 0bbeb5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
5 changes: 1 addition & 4 deletions docker/AnalyticsWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ COPY --from=azuread /steampipe-plugin-azuread.plugin /home/steampipe/.steampipe/
COPY --from=kaytu /steampipe-plugin-kaytu.plugin /home/steampipe/.steampipe/plugins/local/kaytu/kaytu.plugin

USER root
RUN useradd -m -s /bin/bash steampipe
RUN mkdir -p /home/steampipe/.steampipe/config
RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN chown -R steampipe /home/steampipe/.steampipe/plugins/*
RUN apt update
RUN apt install -y procps htop
USER steampipe
Expand Down
5 changes: 1 addition & 4 deletions docker/ComplianceReportWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ COPY --from=azuread /steampipe-plugin-azuread.plugin /home/steampipe/.steampipe/
COPY --from=kaytu /steampipe-plugin-kaytu.plugin /home/steampipe/.steampipe/plugins/local/kaytu/kaytu.plugin

USER root
RUN useradd -m -s /bin/bash steampipe
RUN mkdir -p /home/steampipe/.steampipe/config
RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN chown -R steampipe /home/steampipe/.steampipe/plugins/*
RUN apt update
RUN apt install -y procps htop
USER steampipe
Expand Down
5 changes: 1 addition & 4 deletions docker/InsightWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ COPY --from=azuread /steampipe-plugin-azuread.plugin /home/steampipe/.steampipe/
COPY --from=kaytu /steampipe-plugin-kaytu.plugin /home/steampipe/.steampipe/plugins/local/kaytu/kaytu.plugin

USER root
RUN useradd -m -s /bin/bash steampipe
RUN mkdir -p /home/steampipe/.steampipe/config
RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN chown -R steampipe /home/steampipe/.steampipe/plugins/*
RUN apt update
RUN apt install -y procps htop
USER steampipe
Expand Down
5 changes: 1 addition & 4 deletions docker/SteampipeServiceDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ COPY --from=azuread /steampipe-plugin-azuread.plugin /home/steampipe/.steampipe/
COPY --from=kaytu /steampipe-plugin-kaytu.plugin /home/steampipe/.steampipe/plugins/local/kaytu/kaytu.plugin

USER root
RUN useradd -m -s /bin/bash steampipe
RUN mkdir -p /home/steampipe/.steampipe/config
RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN chown -R steampipe /home/steampipe/.steampipe/plugins/*
RUN apt update
RUN apt install -y procps htop
USER steampipe

0 comments on commit 0bbeb5e

Please sign in to comment.