Skip to content

Commit 935385e

Browse files
authored
Merge pull request #346 from buildkite/fix-binary-permissions
chmod +x the binaries before image build
2 parents fd63ea0 + 7403f21 commit 935385e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/Dockerfile.public

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ FROM public.ecr.aws/docker/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2
22
ARG TARGETARCH
33
RUN apk update && apk add --no-cache curl ca-certificates
44
COPY dist/buildkite-agent-metrics-linux-${TARGETARCH} ./buildkite-agent-metrics
5+
RUN chmod +x ./buildkite-agent-metrics
56
EXPOSE 8080 8125
67
ENTRYPOINT ["./buildkite-agent-metrics"]

0 commit comments

Comments
 (0)