Skip to content

Commit 01dcc59

Browse files
authored
Merge branch 'main' into pr-40
2 parents 03d54eb + 65c8e46 commit 01dcc59

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Containerfile.rhtap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN make binary BUILD_OPTS="-tags strictfipsruntime,kafka"
1111

1212
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
1313

14-
RUN microdnf update -y && microdnf install -y util-linux && microdnf clean all
1514
COPY --from=builder /maestro/maestro /usr/local/bin/
1615
EXPOSE 8000
1716
ENTRYPOINT ["/usr/local/bin/maestro", "server"]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ LABEL name="maestro" \
2626
description="maestro API" \
2727
io.k8s.description="maestro API" \
2828
io.k8s.display-name="maestro" \
29-
io.openshift.tags="maestro"
29+
io.openshift.tags="maestro"

0 commit comments

Comments
 (0)