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

Inline image definition #7

Open
vmagamedov opened this issue Feb 16, 2017 · 0 comments
Open

Inline image definition #7

vmagamedov opened this issue Feb 16, 2017 · 0 comments

Comments

@vmagamedov
Copy link
Owner

Add ability to define Image in the Command definition, when this image will not be reused by another command, to place them together.

Prototype:

- !Command
  name: version
  run: python3 --version
  image: !Image
    name: version
    from: !DockerImage alpine:3.4
    repository: reg.local/project.version
    tasks:
    - run: apk add --no-cache python3
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

1 participant