mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-13 11:57:16 +08:00
PAT Extractor
This commit is contained in:
parent
542ee066e0
commit
61f3654484
17
Dockerfile
17
Dockerfile
@ -11,7 +11,14 @@ RUN apt-get update && apt-get -y upgrade && \
|
|||||||
apt-get --no-install-recommends -y install \
|
apt-get --no-install-recommends -y install \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
jq \
|
jq \
|
||||||
|
netcat \
|
||||||
|
xz-utils \
|
||||||
|
unzip \
|
||||||
|
wget \
|
||||||
python3 \
|
python3 \
|
||||||
|
linux-image-generic \
|
||||||
|
libguestfs-tools \
|
||||||
|
ca-certificates \
|
||||||
qemu-system-x86 \
|
qemu-system-x86 \
|
||||||
udhcpd \
|
udhcpd \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
@ -20,14 +27,24 @@ COPY generate-dhcpd-conf /run/
|
|||||||
COPY qemu-ifdown /run/
|
COPY qemu-ifdown /run/
|
||||||
COPY qemu-ifup /run/
|
COPY qemu-ifup /run/
|
||||||
COPY run.sh /run/
|
COPY run.sh /run/
|
||||||
|
COPY server.sh /run/
|
||||||
COPY --from=builder /src/vdsm-serial/main /run/serial.bin
|
COPY --from=builder /src/vdsm-serial/main /run/serial.bin
|
||||||
|
|
||||||
RUN ["chmod", "+x", "/run/generate-dhcpd-conf"]
|
RUN ["chmod", "+x", "/run/generate-dhcpd-conf"]
|
||||||
RUN ["chmod", "+x", "/run/qemu-ifdown"]
|
RUN ["chmod", "+x", "/run/qemu-ifdown"]
|
||||||
RUN ["chmod", "+x", "/run/qemu-ifup"]
|
RUN ["chmod", "+x", "/run/qemu-ifup"]
|
||||||
RUN ["chmod", "+x", "/run/run.sh"]
|
RUN ["chmod", "+x", "/run/run.sh"]
|
||||||
|
RUN ["chmod", "+x", "/run/server.sh"]
|
||||||
RUN ["chmod", "+x", "/run/serial.bin"]
|
RUN ["chmod", "+x", "/run/serial.bin"]
|
||||||
|
|
||||||
|
COPY extractor/lib* /run
|
||||||
|
#COPY extractor/libcurl.so.4 /usr/lib/x86_64-linux-gnu
|
||||||
|
|
||||||
|
COPY extractor/scemd /run/syno_extract_system_patch
|
||||||
|
RUN ["chmod", "+x", "/run/syno_extract_system_patch"]
|
||||||
|
|
||||||
|
COPY disks/template.img.xz /data/
|
||||||
|
|
||||||
VOLUME /images
|
VOLUME /images
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
BIN
extractor/libcurl.so.4
Normal file
BIN
extractor/libcurl.so.4
Normal file
Binary file not shown.
BIN
extractor/libmbedcrypto.so.5
Normal file
BIN
extractor/libmbedcrypto.so.5
Normal file
Binary file not shown.
BIN
extractor/libmbedtls.so.13
Normal file
BIN
extractor/libmbedtls.so.13
Normal file
Binary file not shown.
BIN
extractor/libmbedx509.so.1
Normal file
BIN
extractor/libmbedx509.so.1
Normal file
Binary file not shown.
BIN
extractor/libmsgpackc.so.2
Normal file
BIN
extractor/libmsgpackc.so.2
Normal file
Binary file not shown.
BIN
extractor/libsodium.so
Normal file
BIN
extractor/libsodium.so
Normal file
Binary file not shown.
BIN
extractor/libsynocodesign-ng-virtual-junior-wins.so.7
Normal file
BIN
extractor/libsynocodesign-ng-virtual-junior-wins.so.7
Normal file
Binary file not shown.
BIN
extractor/scemd
Normal file
BIN
extractor/scemd
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user