You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I was thinking of something like this:
if the
latest
file doesn't exist, theDockerfile
in the root folder is used to create the latest tag. Iflatest
file exists with a version in it, the docker file in the corresponding version folder is used as thelatest
imageThe version can be any valid folder name.
The text was updated successfully, but these errors were encountered: