Skip to content
Snippets Groups Projects

v2021pre → v2022dev1 forward port: Pin to a specific version of debos

Merged Emanuele Aina requested to merge wip/em/v2022dev1-pin-debos into apertis/v2022dev1
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,7 +17,8 @@ RUN apt-get update && \
libostree-dev && \
rm -rf /var/lib/apt/lists/*
RUN go get -v -d github.com/go-debos/debos/cmd/debos
RUN git -C ${GOPATH}/src/github.com/go-debos/fakemachine checkout wip/uml && \
RUN git -C ${GOPATH}/src/github.com/go-debos/debos checkout -b uml d2ab9d3b08056c416bfbcd63c01199e14b2fc3b9 && \
git -C ${GOPATH}/src/github.com/go-debos/fakemachine checkout wip/uml && \
go install github.com/go-debos/debos/cmd/debos
# Build the slirp helpers, needed by UML for unprivileged networking
Loading