Skip to content

Commit

Permalink
fix: adapt to new devpod artifact name (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoMuchForSubtlety committed Jul 21, 2023
1 parent 94f3f20 commit 24b5b62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ RUN chmod +x ./kind
RUN mv ./kind /usr/bin/kind

# Install DevPod
RUN wget https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux_x86_64.rpm -O /tmp/devpod.rpm && \
rpm-ostree install /tmp/devpod.rpm && \
RUN rpm-ostree install $(curl https://api.github.com/repos/loft-sh/devpod/releases/latest | jq -r '.assets[] | select(.name| test(".*x86_64.rpm$")).browser_download_url') && \
wget https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64 -O /tmp/devpod && \
install -c -m 0755 /tmp/devpod /usr/bin

Expand Down

0 comments on commit 24b5b62

Please sign in to comment.