Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

F tar #43

Merged
merged 5 commits into from
Feb 18, 2016
Merged

F tar #43

merged 5 commits into from
Feb 18, 2016

Conversation

ybogdanov
Copy link
Contributor

dev/test_artifacts.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
Copy link
Contributor

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

romank87 added a commit that referenced this pull request Feb 18, 2016
@romank87 romank87 merged commit 3b9aaea into dev Feb 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants