Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Added fake dockerfile for now
Browse files Browse the repository at this point in the history
  • Loading branch information
apourchet committed Oct 23, 2019
1 parent c4a6e61 commit bdd2468
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile.chroot
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM golang:1.12.1
COPY --from=gcr.io/makisu-project/makisu:v0.1.10 /makisu-internal/makisu /usr/local/bin/makisu

ADD . /workspace
WORKDIR /workspace

ENV SSL_CERT_DIR=/etc/ssl/certs
RUN makisu pull --extract /testdir --registry gcr.io --tag v0.1.10 makisu-project/makisu
RUN ./tools/scripts/makisu_chroot.sh build -t test:121 --modifyfs=true testdata/build-context/symlink
RUN ./tools/scripts/makisu_chroot.sh build -t test:121 --modifyfs=true testdata/build-context/user-change
RUN ./tools/scripts/makisu_chroot.sh build -t test:121 --modifyfs=true testdata/build-context/chroot-simple
RUN ./tools/scripts/makisu_chroot.sh build -t test:121 --modifyfs=true testdata/build-context/go-from-scratch

0 comments on commit bdd2468

Please sign in to comment.