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

Add version support #33

Open
nithin-bose opened this issue Mar 8, 2017 · 0 comments
Open

Add version support #33

nithin-bose opened this issue Mar 8, 2017 · 0 comments

Comments

@nithin-bose
Copy link

I was thinking of something like this:

package
|- latest (text file having version to be tagged as latest)
|- Dockerfile (optional: Docker file for latest image, provides compatibility for current packages)
|- 0.0.1
|   |_ Dockerfile
| - 0.0.1
|   |_ Dockerfile
|_ 0.0.3 

if the latest file doesn't exist, the Dockerfilein the root folder is used to create the latest tag. If latest file exists with a version in it, the docker file in the corresponding version folder is used as the latest image

The version can be any valid folder name.

tjamet added a commit that referenced this issue Mar 9, 2020
tjamet added a commit that referenced this issue Mar 9, 2020
* Add VERSION argument to python packages

First step in fixing #33

* Group output by image tag

* Add image tag list
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