Skip to content

Commit

Permalink
Merge pull request #346 from buildkite/fix-binary-permissions
Browse files Browse the repository at this point in the history
chmod +x the binaries before image build
  • Loading branch information
DrJosh9000 authored Dec 5, 2024
2 parents fd63ea0 + 7403f21 commit 935385e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/Dockerfile.public
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM public.ecr.aws/docker/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2
ARG TARGETARCH
RUN apk update && apk add --no-cache curl ca-certificates
COPY dist/buildkite-agent-metrics-linux-${TARGETARCH} ./buildkite-agent-metrics
RUN chmod +x ./buildkite-agent-metrics
EXPOSE 8080 8125
ENTRYPOINT ["./buildkite-agent-metrics"]

0 comments on commit 935385e

Please sign in to comment.