Skip to content

Commit

Permalink
drop platform requirment on build stage (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Auernhammer <[email protected]>
Signed-off-by: Shubhendu <[email protected]>
Co-authored-by: Shubhendu <[email protected]>
  • Loading branch information
aead and shtripat authored Oct 30, 2023
1 parent 310cf33 commit ce11734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi-minimal:9.2 as build
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2 as build

RUN microdnf update --nodocs && microdnf install ca-certificates --nodocs

Expand All @@ -25,3 +25,4 @@ COPY kes /kes
EXPOSE 7373

ENTRYPOINT ["/kes"]
CMD ["kes"]

0 comments on commit ce11734

Please sign in to comment.