Skip to content

Commit

Permalink
Use latest release of agent UI app
Browse files Browse the repository at this point in the history
Signed-off-by: Ondra Machacek <omachace@redhat.com>
  • Loading branch information
machacekondra committed Oct 8, 2024
1 parent 3195cc6 commit 6012da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM docker.io/library/alpine as ui

WORKDIR /app
RUN mkdir /app/www && \
wget -O /tmp/agent-1.0.0-alpha.tgz https://github.com/machacekondra/planner-agent-ui/releases/download/0.0.1/agent-1.0.0-alpha.tgz && \
tar xf /tmp/agent-1.0.0-alpha.tgz -C /app/www
wget -O /tmp/agent-latest.tgz https://github.com/kubev2v/migration-planner-ui/releases/download/latest/agent-latest.tgz && \
tar xf /tmp/agent-latest.tgz -C /app/www

# Builder container
FROM registry.access.redhat.com/ubi9/go-toolset as builder
Expand Down

0 comments on commit 6012da3

Please sign in to comment.