mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Refactor
Refactor
This commit is contained in:
commit
4bc9ce72ae
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/build.sh
|
build.sh
|
||||||
|
12
Dockerfile
12
Dockerfile
@ -28,16 +28,8 @@ RUN apt-get update && apt-get -y upgrade && \
|
|||||||
qemu-system-x86 \
|
qemu-system-x86 \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
COPY run.sh /run/
|
COPY run/*.sh /run/
|
||||||
COPY disk.sh /run/
|
COPY agent/*.sh /agent/
|
||||||
COPY power.sh /run/
|
|
||||||
COPY run/serial.sh /run/
|
|
||||||
COPY run/server.sh /run/
|
|
||||||
COPY install.sh /run/
|
|
||||||
COPY network.sh /run/
|
|
||||||
|
|
||||||
COPY agent/agent.sh /agent/
|
|
||||||
COPY agent/service.sh /agent/
|
|
||||||
|
|
||||||
COPY --from=builder /src/serial/main /run/serial.bin
|
COPY --from=builder /src/serial/main /run/serial.bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user