Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error cloning into '/go/src/github.com/cloudflare/cfssl'... #6

Open
PotemkinMcNasty opened this issue Sep 7, 2018 · 1 comment
Open

Comments

@PotemkinMcNasty
Copy link

Hi,
I'm getting the following error:

Executing busybox-1.28.4-r0.trigger
OK: 231 MiB in 54 packages
Cloning into '/go/src/github.com/cloudflare/cfssl'...
cp: can't stat '/go/src/github.com/cloudflare/cfssl/vendor/github.com/cloudflare/cfssl_trust': No such file or directory
The command '/bin/sh -c apk add --no-cache --virtual .build-deps build-base gcc git libtool sqlite-dev && apk add --no-cache curl python && addgroup -S cfssl && adduser -S -g cfssl cfssl && go get bitbucket.org/liamstask/goose/cmd/goose && git clone --depth=1 "https://github.com/cloudflare/cfssl.git" "${GOPATH}/src/github.com/cloudflare/cfssl" && cd "${GOPATH}/src/github.com/cloudflare/cfssl" && go build -o /usr/bin/cfssl ./cmd/cfssl && go build -o /usr/bin/cfssljson ./cmd/cfssljson && go build -o /usr/bin/mkbundle ./cmd/mkbundle && go build -o /usr/bin/multirootca ./cmd/multirootca && cp -R "${GOPATH}/src/github.com/cloudflare/cfssl/vendor/github.com/cloudflare/cfssl_trust" / && ln -s /cfssl_trust /etc/cfssl/ && mkdir /opt/ && cp -R "${GOPATH}/src/github.com/cloudflare/cfssl/certdb/" /opt/ && set -x && go get github.com/GeertJohan/go.rice/rice && rice embed-go -i=./cli/serve && mkdir -p /etc/cfssl && ln -s "/etc/cfssl/${CFSSL_CSR}" / && chown -R cfssl:cfssl /etc/cfssl && chmod 770 /etc/cfssl && chmod 644 /etc/cfssl/*.json && chown cfssl:cfssl /docker-entrypoint.sh && chmod 770 /docker-entrypoint.sh && chown cfssl:cfssl /cfssl_trust && chown cfssl:cfssl /opt/certdb && chown -R cfssl:cfssl /cfssl-bin && chmod -R 770 /cfssl-bin

Thanks

@storojs72
Copy link

I've got the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants