Skip to content

Commit e6a532f

Browse files
authored
Change binary name in Docker image to iap_curl
Change binary name in Docker image to iap_curl so it can be used in CI tools like Jenkins and DroneCI
1 parent 22946a9 commit e6a532f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
4040
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
4141
COPY --from=builder /etc/passwd /etc/passwd
4242

43-
COPY --from=builder /go/bin/app /go/bin/app
43+
COPY --from=builder /go/bin/app /bin/iap_curl
4444

4545
# Use an unprivileged user.
4646
USER app
4747

48-
ENTRYPOINT ["/go/bin/app"]
48+
ENTRYPOINT ["/bin/iap_curl"]

0 commit comments

Comments
 (0)