Run test with ubi 8.7 (#2532)
This commit is contained in:
@@ -32,7 +32,7 @@ ENV CGO_ENABLED=0
|
|||||||
COPY --from=uilayer /app/build /go/src/github.com/minio/console/portal-ui/build
|
COPY --from=uilayer /app/build /go/src/github.com/minio/console/portal-ui/build
|
||||||
RUN go build --tags=kqueue,operator -ldflags "-w -s" -a -o console ./cmd/console
|
RUN go build --tags=kqueue,operator -ldflags "-w -s" -a -o console ./cmd/console
|
||||||
|
|
||||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
|
||||||
MAINTAINER MinIO Development "dev@min.io"
|
MAINTAINER MinIO Development "dev@min.io"
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
|
||||||
|
|
||||||
ARG TAG
|
ARG TAG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user