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

[TW-76937] Add manifest for sudo images, including 'latest' ones #116

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

AndreyKoltsov1997
Copy link
Contributor

@AndreyKoltsov1997 AndreyKoltsov1997 commented Oct 12, 2023

Currently, we have 2 types of Linux-sudo TeamCity Agent images: amd64 and arm64.
That'd be useful to have:

  1. A manifest that'd link both of the images and provide the one matching host system of the user;
  2. Have a latest version of such manifest;

Therefore, the following image structure will be implemented:

jetbrains/teamcity-agent:2023.05.4-linux-sudo
| - jetbrains/teamcity-agent:2023.05.4-linux-arm64-sudo
| - jetbrains/teamcity-agent:2023.05.4-linux-amd64-sudo

jetbrains/teamcity-agent:latest-linux-sudo
| - jetbrains/teamcity-agent:latest-linux-arm64-sudo
| - jetbrains/teamcity-agent:latest-linux-amd64-sudo

* Adjust manifest creation and publication in order to have a separate 'sudo' manifest.
@AndreyKoltsov1997 AndreyKoltsov1997 added in progress Pull Request is currently in progress and is not ready for review. area/build configurations Pull Request is related to the change of CI/CD process (build configurations) labels Oct 12, 2023
@AndreyKoltsov1997 AndreyKoltsov1997 self-assigned this Oct 12, 2023
@AndreyKoltsov1997 AndreyKoltsov1997 removed the in progress Pull Request is currently in progress and is not ready for review. label Oct 16, 2023
@AndreyKoltsov1997 AndreyKoltsov1997 changed the title [In Progress] [TW-76937] Add manifest for sudo images, including 'latest' ones [TW-76937] Add manifest for sudo images, including 'latest' ones Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build configurations Pull Request is related to the change of CI/CD process (build configurations)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant