Closed mathieu-benoit closed 2 weeks ago
With this fix, I can now successfully run:
$ docker run -v .:/score-compose -it score-compose:test-with-static init --provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/score-compose/00-service.provisioners.yaml
INFO: Found existing state directory '.score-compose'
INFO: Found existing Score file './score.yaml'
INFO: Read 231 bytes from GET https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/score-compose/00-service.provisioners.yaml
INFO: Wrote provisioner from 'https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/score-compose/00-service.provisioners.yaml' to .score-compose/Z_sq5ZHBzew._xqoL40BT8110Qza10-JHw.provisioners.yaml
INFO: Read more about the Score specification at https://docs.score.dev/docs/
$ ls .score-compose
Z_sq5ZHBzew._xqoL40BT8110Qza10-JHw.provisioners.yaml mounts state.yaml zz-default.provisioners.yaml
Using
gcr.io/distroless/static
instead ofscratch
because we needca-certificates
: https://github.com/GoogleContainerTools/distroless/tree/main/base.Otherwise, getting this error:
Or:
Once approved and merged, I'll do the same for
score-k8s
.