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

Create multiple tags for docker image #21

Open
cwpearson opened this issue Aug 22, 2018 · 0 comments
Open

Create multiple tags for docker image #21

cwpearson opened this issue Aug 22, 2018 · 0 comments

Comments

@cwpearson
Copy link
Contributor

We could change the rai_build.yml format to accept something like:

rai:
  version: 0.2
commands:
  build_image:
    image_name: 
      - c3sr/celery:4.0.2
      - c3sr/celery:latest
    dockerfile: "./Dockerfile"
    push:
      push: true
      credentials:
        username: dakkak
        password: ==AES32==PASS

multiple names under the commands.build_image.image_name field, instead of just a single one

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

No branches or pull requests

1 participant