Skip to content

[Packaging] Drop Mariner 1.0 RPM package#24039

Merged
jiasli merged 1 commit intoAzure:devfrom
jiasli:mariner
Sep 29, 2022
Merged

[Packaging] Drop Mariner 1.0 RPM package#24039
jiasli merged 1 commit intoAzure:devfrom
jiasli:mariner

Conversation

@jiasli
Copy link
Member

@jiasli jiasli commented Sep 28, 2022

Description
Close #22605

Since CBL Mariner 2.0 is now GA, Mariner 1.0 will be fully deprecated roughly by the end of October.

We stop building RPM for Mariner 1.0 in 2.41.0 which is a breaking change window.

@ghost ghost requested a review from yonzhan September 28, 2022 08:39
@ghost ghost added the Auto-Assign Auto assign by bot label Sep 28, 2022
@ghost ghost assigned jiasli Sep 28, 2022
@ghost ghost added this to the Sep 2022 (2022-10-12) - For Ignite milestone Sep 28, 2022
@ghost ghost added the Packaging label Sep 28, 2022
2.0:
image: mcr.microsoft.com/cbl-mariner/base/core
tag: 2.0
image: mcr.microsoft.com/cbl-mariner/base/core:2.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to have a separate variable tag. We can combine it with image.

Comment on lines -615 to -617
env:
IMAGE: $(image)
TAG: $(tag)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#environment-variables

System and user-defined variables also get injected as environment variables for your platform. When variables are turned into environment variables, variable names become uppercase, and periods turn into underscores. For example, the variable name any.variable becomes the variable name $ANY_VARIABLE.

So we don't need to explicitly declare env vars.

@jiasli jiasli changed the title [Packaging] Drop Mariner 1.0 support [Packaging] Drop Mariner 1.0 RPM package Sep 28, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Sep 28, 2022

Drop Mariner 1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot Packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Packaging] Drop Mariner 1.0 support

3 participants