Skip to content

Commit 637156e

Browse files
committed
Fix UI dockerfile
Signed-off-by: savitaashture <[email protected]>
1 parent a722612 commit 637156e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.konflux/dockerfiles/api.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1515
./api/cmd/api
1616

1717
FROM $RUNTIME
18+
1819
ARG VERSION=hub-api-1.16.4
1920

2021
COPY --from=builder /tmp/hub-api-server /ko-app/hub-api-server

.konflux/dockerfiles/db-migration.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1515
./api/cmd/db
1616

1717
FROM $RUNTIME
18+
1819
ARG VERSION=hub-db-migration-1.16.4
1920

2021
COPY --from=builder /tmp/hub-db-migration /ko-app/hub-db-migration

.konflux/dockerfiles/ui.Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ ENV BASE_PATH="/opt/app-root/src"
2929
ARG VERSION=hub-ui-1.16.4
3030

3131
USER root
32-
RUN dnf install -y openssl-libs && \
33-
dnf install -y libxml2 && \
34-
dnf install -y openssl
35-
3632
RUN chmod ugo+rw /opt/app-root/src/config.js && \
3733
chown nginx:nginx /opt/app-root/src/config.js && \
3834
chmod +x /usr/bin/start.sh

0 commit comments

Comments
 (0)