Skip to content

Commit

Permalink
Change the binary name to trust-dns
Browse files Browse the repository at this point in the history
named was an alias
  • Loading branch information
williamdes authored Sep 11, 2023
1 parent 9d6c0f3 commit e289b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ LABEL org.label-schema.vendor="trust-dns" \

# https://github.com/mischov/meeseeks/issues/98#issuecomment-636615680
RUN apk add --no-cache --update openssl libgcc
COPY --from=build-env /workspace/target/release/named /usr/bin
COPY --from=build-env /workspace/target/release/trust-dns /usr/bin
# Quickly test the binary is "working" and has no linked libs errors
RUN named --version

ENTRYPOINT [ "named" ]
ENTRYPOINT [ "trust-dns" ]

0 comments on commit e289b31

Please sign in to comment.