fickit: Limit to amd64 arch
This commit is contained in:
parent
f2bc4b015f
commit
12a6fcf461
@ -1 +1,3 @@
|
|||||||
image: boot
|
image: boot
|
||||||
|
arches:
|
||||||
|
- amd64
|
||||||
|
@ -5,3 +5,5 @@ config:
|
|||||||
net: new
|
net: new
|
||||||
pid: new
|
pid: new
|
||||||
uts: new
|
uts: new
|
||||||
|
arches:
|
||||||
|
- amd64
|
||||||
|
@ -8,5 +8,6 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
|||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=mirror /out/ /
|
COPY --from=mirror /out/ /
|
||||||
|
RUN rm /etc/init.d/*
|
||||||
COPY etc/ /etc/
|
COPY etc/ /etc/
|
||||||
CMD ["/sbin/mdadm", "--monitor", "--scan"]
|
CMD ["/sbin/mdadm", "--monitor", "--scan"]
|
||||||
|
@ -8,3 +8,5 @@ config:
|
|||||||
- CAP_MKNOD
|
- CAP_MKNOD
|
||||||
net: new
|
net: new
|
||||||
ipc: new
|
ipc: new
|
||||||
|
arches:
|
||||||
|
- amd64
|
||||||
|
@ -15,3 +15,5 @@ config:
|
|||||||
pid: new
|
pid: new
|
||||||
ipc: new
|
ipc: new
|
||||||
uts: new
|
uts: new
|
||||||
|
arches:
|
||||||
|
- amd64
|
||||||
|
@ -6,3 +6,5 @@ config:
|
|||||||
capabilities:
|
capabilities:
|
||||||
- CAP_SYS_ADMIN
|
- CAP_SYS_ADMIN
|
||||||
ipc: new
|
ipc: new
|
||||||
|
arches:
|
||||||
|
- amd64
|
||||||
|
@ -6,3 +6,5 @@ config:
|
|||||||
ipc: new
|
ipc: new
|
||||||
pid: new
|
pid: new
|
||||||
uts: new
|
uts: new
|
||||||
|
arches:
|
||||||
|
- amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user