File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
1717FROM $RUNTIME
18+
1819ARG VERSION=hub-api-1.16.4
1920
2021COPY --from=builder /tmp/hub-api-server /ko-app/hub-api-server
Original file line number Diff line number Diff 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
1717FROM $RUNTIME
18+
1819ARG VERSION=hub-db-migration-1.16.4
1920
2021COPY --from=builder /tmp/hub-db-migration /ko-app/hub-db-migration
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ ENV BASE_PATH="/opt/app-root/src"
2929ARG VERSION=hub-ui-1.16.4
3030
3131USER root
32- RUN dnf install -y openssl-libs && \
33- dnf install -y libxml2 && \
34- dnf install -y openssl
35-
3632RUN 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
You can’t perform that action at this time.
0 commit comments