Skip to content

Instantly share code, notes, and snippets.

@richerlariviere
Created February 20, 2018 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richerlariviere/1b0b8a937489e2a64ded1c8c1696417b to your computer and use it in GitHub Desktop.
Save richerlariviere/1b0b8a937489e2a64ded1c8c1696417b to your computer and use it in GitHub Desktop.
Output of docker build -t cfssl-poc
Sending build context to Docker daemon 28.06MB
Step 1/8 : FROM golang:1.9.2
---> 138bd936fa29
Step 2/8 : ENV USER root
---> Using cache
---> f91f7bb0ba2a
Step 3/8 : WORKDIR /go/src/github.com/cloudflare/cfssl
---> Using cache
---> ff4c823b9f47
Step 4/8 : COPY . .
---> 76076d37bd63
Step 5/8 : RUN go get github.com/cloudflare/cfssl_trust/... && go get github.com/GeertJohan/go.rice/rice && rice embed-go -i=./cli/serve && cp -R /go/src/github.com/cloudflare/cfssl_trust /etc/cfssl && go install ./cmd/...
---> Running in 8364e6b02f0e
warning: ignoring symlink /go/src/github.com/cloudflare/cfssl_trust/vendor/github.com/prometheus/procfs/fixtures/self
warning: ignoring symlink /go/src/github.com/cloudflare/cfssl_trust/vendor/github.com/prometheus/procfs/fixtures/self
Removing intermediate container 8364e6b02f0e
---> e2d0c3d928f8
Step 6/8 : EXPOSE 8888
---> Running in 9afa6ab870b7
Removing intermediate container 9afa6ab870b7
---> 75d02e40e925
Step 7/8 : ENTRYPOINT ["cfssl"]
---> Running in 0ecdbe5778c5
Removing intermediate container 0ecdbe5778c5
---> 4fb08b1f8325
Step 8/8 : CMD ["serve"]
---> Running in 26327aed7439
Removing intermediate container 26327aed7439
---> 5f66c1186975
Successfully built 5f66c1186975
Successfully tagged cfssl-poc:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment