Skip to content

Commit

Permalink
Add Dockerfile for Apple Silicon M1
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ramiro Gonzalez <[email protected]>
  • Loading branch information
ramirogm committed Jun 11, 2022
1 parent 0724377 commit 0e35ec4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile.armv8
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM arm64v8/postgres:13

ENV POSTGRES_USER docker
ENV POSTGRES_PASSWORD docker

COPY create-resin-db.sh /docker-entrypoint-initdb.d/
COPY balena-entrypoint.sh /balena-entrypoint.sh

CMD [ "postgres" ]
ENTRYPOINT [ "/balena-entrypoint.sh" ]

0 comments on commit 0e35ec4

Please sign in to comment.