-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1 addition
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
# 3.7-amd64-builder | ||
# Builder variant with necessary packages to build ports and clone git repositories | ||
|
||
# Stage 1: Build dependencies | ||
FROM sepen/crux:3.7-amd64-core as builder | ||
FROM sepen/crux:3.7-amd64-core | ||
|
||
RUN ports -u && prt-get depinst fakeroot git | ||
|
||
# Stage 2: Production image | ||
FROM scratch | ||
COPY --from=builder /mnt / | ||
|
||
CMD /usr/bin/crux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
# 3.7-arm64-builder | ||
# Builder variant with necessary packages to build ports and clone git repositories | ||
|
||
# Stage 1: Build dependencies | ||
FROM sepen/crux:3.7-arm64-core as builder | ||
|
||
RUN ports -u && prt-get depinst fakeroot git | ||
|
||
# Stage 2: Production image | ||
FROM scratch | ||
COPY --from=builder /mnt / | ||
|
||
CMD /usr/bin/crux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
# 3.7-armhf-builder | ||
# Builder variant with necessary packages to build ports and clone git repositories | ||
|
||
# Stage 1: Build dependencies | ||
FROM sepen/crux:3.7-armhf-core as builder | ||
|
||
RUN ports -u && prt-get depinst fakeroot git | ||
|
||
# Stage 2: Production image | ||
FROM scratch | ||
COPY --from=builder /mnt / | ||
|
||
CMD /usr/bin/crux |