Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #736 from meldafrawi/main
Browse files Browse the repository at this point in the history
add containerd-config-path-entry to goreleaser Dockerfile
  • Loading branch information
cjellick authored Oct 4, 2022
2 parents 447e6d5 + e2a7a9f commit 0b244f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ENTRYPOINT ["/usr/local/bin/acorn"]

FROM base AS goreleaser
COPY acorn /usr/local/bin/acorn
COPY ./scripts/ds-containerd-config-path-entry /usr/local/bin/ds-containerd-config-path-entry

FROM base
COPY --from=build /src/bin/acorn /usr/local/bin/acorn
Expand Down

0 comments on commit 0b244f3

Please sign in to comment.