-
Notifications
You must be signed in to change notification settings - Fork 12
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
Chore/gui ci #24
Chore/gui ci #24
Conversation
There was an error running your pipeline, see logs for details. |
There was an error running your pipeline, see logs for details. |
1 similar comment
There was an error running your pipeline, see logs for details. |
27b0b10
to
524efda
Compare
524efda
to
4bc6833
Compare
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
4bc6833
to
4a842eb
Compare
There was an error running your pipeline, see logs for details. |
3ab7441
to
76d8459
Compare
76d8459
to
e666f47
Compare
create-artifact-worker: | ||
image: mendersoftware/create-artifact-worker:main | ||
deployments: | ||
image: mendersoftware/deployments:main | ||
deviceauth: | ||
image: mendersoftware/deviceauth:main | ||
deviceconfig: | ||
image: mendersoftware/deviceconfig:main | ||
deviceconnect: | ||
image: mendersoftware/deviceconnect:main | ||
inventory: | ||
image: mendersoftware/inventory:main | ||
iot-manager: | ||
image: mendersoftware/iot-manager:main | ||
useradm: | ||
image: mendersoftware/useradm:main | ||
workflows: | ||
image: mendersoftware/workflows:main | ||
workflows-worker: | ||
image: mendersoftware/workflows:main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one thing I forgot last round.
Have you considered setting the environment variables?
MENDER_IMAGE_PREFIX="docker.io/mendersoftware"
MENDER_IMAGE_TAG="${CI_COMMIT_TAG:-main}"
auditlogs: | ||
image: mendersoftware/auditlogs:main | ||
deployments: | ||
image: mendersoftware/deployments-enterprise:main | ||
deviceauth: | ||
image: mendersoftware/deviceauth-enterprise:main | ||
devicemonitor: | ||
image: registry.mender.io/mendersoftware/devicemonitor:main | ||
generate-delta-worker: | ||
image: registry.mender.io/mendersoftware/generate-delta-worker:main | ||
inventory: | ||
image: mendersoftware/inventory-enterprise:main | ||
tenantadm: | ||
image: mendersoftware/tenantadm:main | ||
useradm: | ||
image: mendersoftware/useradm-enterprise:main | ||
environment: | ||
USERADM_BASE_URL: "https://docker.mender.io" | ||
workflows: | ||
image: mendersoftware/workflows-enterprise:main | ||
workflows-worker: | ||
image: mendersoftware/workflows-enterprise-worker:main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
52bf058
to
b647eff
Compare
There was an error running your pipeline, see logs for details. |
fcd499e
to
0329624
Compare
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
…again Signed-off-by: Manuel Zedel <[email protected]>
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
Ticket: None Changelog: None Signed-off-by: Manuel Zedel <[email protected]>
af1a1d7
to
5a13c84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, for the parts that I could check
No description provided.