Skip to content

Commit

Permalink
Use fork to fetch Foxglove layout using layoutUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed May 10, 2023
1 parent 76dd21a commit 4c7d5db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@ RUN apt-get install -y --no-install-recommends \

# setup foxglove
ENV FOXGLOVE_WS /opt/foxglove
COPY --from=ghcr.io/foxglove/studio /src $FOXGLOVE_WS
# Use custom fork until PR is merged:
# https://github.com/foxglove/studio/pull/5987
# COPY --from=ghcr.io/foxglove/studio /src $FOXGLOVE_WS
COPY --from=ghcr.io/ruffsl/foxglove_studio@sha256:8a2f2be0a95f24b76b0d7aa536f1c34f3e224022eed607cbf7a164928488332e /src $FOXGLOVE_WS
RUN ln -s $FOXGLOVE_WS /srv/foxglove

# multi-stage for exporting
Expand Down

0 comments on commit 4c7d5db

Please sign in to comment.