mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
build: Update location (#534)
This commit is contained in:
parent
9d21489b8e
commit
feb1680909
@ -2,7 +2,7 @@ FROM qemux/qemu-host as builder
|
|||||||
|
|
||||||
# FROM golang as builder
|
# FROM golang as builder
|
||||||
# WORKDIR /
|
# WORKDIR /
|
||||||
# RUN git clone https://github.com/qemu-tools/qemu-host.git
|
# RUN git clone https://github.com/qemus/qemu-host.git
|
||||||
# WORKDIR /qemu-host/src
|
# WORKDIR /qemu-host/src
|
||||||
# RUN go mod download
|
# RUN go mod download
|
||||||
# RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /qemu-host.bin .
|
# RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /qemu-host.bin .
|
||||||
@ -44,7 +44,7 @@ COPY --from=builder /qemu-host.bin /run/host.bin
|
|||||||
RUN chmod +x /run/*.sh && chmod +x /run/*.bin
|
RUN chmod +x /run/*.sh && chmod +x /run/*.bin
|
||||||
|
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
EXPOSE 22 80 139 445 5000
|
EXPOSE 22 139 445 5000
|
||||||
|
|
||||||
ENV RAM_SIZE "1G"
|
ENV RAM_SIZE "1G"
|
||||||
ENV DISK_SIZE "16G"
|
ENV DISK_SIZE "16G"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user