Updated 20. Azure Devops pipelines (markdown)
parent
ab9c222e0a
commit
058b218e46
@ -22,7 +22,7 @@ Plase, refer the [Azure Devops YAML build pipelines documentation](https://docs.
|
|||||||
Each build generates the windows AND linux images (note that we could have two separated builds instead). Build pushes the images to [eshop Dockerhub](https://hub.docker.com/u/eshop/).
|
Each build generates the windows AND linux images (note that we could have two separated builds instead). Build pushes the images to [eshop Dockerhub](https://hub.docker.com/u/eshop/).
|
||||||
|
|
||||||
* Linux image have tag `linux-<branch>` where `<branch>` is the git branch that triggered the build.
|
* Linux image have tag `linux-<branch>` where `<branch>` is the git branch that triggered the build.
|
||||||
* Windows image have tag `windows-<branch>` where `<branch>` is the git branch that triggered the build.
|
* Windows image have tag `win-<branch>` where `<branch>` is the git branch that triggered the build.
|
||||||
|
|
||||||
We have **multiarch tags**, for the tags `dev`, `master` and `latest`, so you don't need to use `win-dev` or `linux-dev`, the tag `dev` will pick the right architecture automatically. Only this three tags have multiarch, **and they are the only tags intended to be used**. The tag `dev` is the most updated.
|
We have **multiarch tags**, for the tags `dev`, `master` and `latest`, so you don't need to use `win-dev` or `linux-dev`, the tag `dev` will pick the right architecture automatically. Only this three tags have multiarch, **and they are the only tags intended to be used**. The tag `dev` is the most updated.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user