Skip to content

Commit

Permalink
remove maintainer name from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra committed Sep 4, 2024
1 parent 3eef86b commit 9c8281d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ENV CGO_ENABLED=0
RUN ["go", "build", "-o", "config_manager", "."]

FROM registry.access.redhat.com/ubi8-minimal:latest
MAINTAINER [email protected]
COPY ./playbooks ./playbooks
COPY --from=builder /opt/app-root/src/config_manager .
ENTRYPOINT ["./config_manager"]
Expand Down

0 comments on commit 9c8281d

Please sign in to comment.