grammarly / rocker-compose

Docker composition tool with idempotency features for deploying apps composed of multiple containers.
Other
407 stars 26 forks source link

F tar #43

Closed ybogdanov closed 8 years ago

ybogdanov commented 8 years ago

_dev/testartifacts.yml:

namespace: test_artifacts
containers:
  main:
    image: {{ image "alpine:3.2" }}

dev/artifacts/1.yml:

RockerArtifacts:
- Name: alpine:3.2
  Digest: sha256:afa123

Test command:

rocker-compose tar -f dev/test_artifacts.yml dev/artifacts/\* | rocker-compose run -f - -tar -print

Output

namespace: test_artifacts
containers:
  main:
    image: alpine@sha256:afa123
romank87 commented 8 years ago

looks like you forgot to vendor 'gopkg.in/yaml.v2'