Skip to content

Commit

Permalink
Fix dashboard error: Unable to get installed package
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed Jan 18, 2025
1 parent e23286a commit 6c4a37a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/system/dashboard/images/dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM bitnami/node:20.15.1 AS build
WORKDIR /app

ARG COMMIT_REF=215c323b0754c8f7328819df9a253e0e507eccb4
ARG COMMIT_REF=dd02680d796c962b8dcc4e5ea70960a846c1acdc
RUN wget -O- https://github.com/aenix-io/kubeapps/archive/${COMMIT_REF}.tar.gz | tar xzf - --strip-components=2 kubeapps-${COMMIT_REF}/dashboard

RUN yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion packages/system/dashboard/images/kubeapps-apis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# syntax = docker/dockerfile:1

FROM alpine as source
ARG COMMIT_REF=215c323b0754c8f7328819df9a253e0e507eccb4
ARG COMMIT_REF=dd02680d796c962b8dcc4e5ea70960a846c1acdc
RUN apk add --no-cache patch
WORKDIR /source
RUN wget -O- https://github.com/aenix-io/kubeapps/archive/${COMMIT_REF}.tar.gz | tar xzf - --strip-components=1
Expand Down

0 comments on commit 6c4a37a

Please sign in to comment.