Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Alexey Palazhchenko
Alexey Palazhchenko(Deactivated)Priority
Components
Labels
Fix versions
Sprint
None
Created December 2, 2020 at 9:08 AM
Updated March 6, 2024 at 3:33 AM
Resolved December 7, 2020 at 10:26 AM
Impact on the User: User who by mistake, or because of some old historical habit use percona*lab* images as official releases images can get the old version, not the released one
STR
docker pull percona*lab*/pmm-client:2
Expected results
the latest released docker for pmm-client
Given results
as for now, the user will get 2.12 version
:2 was replaced by 2.12.0 image. it will not be changed automatically until the bug is fixed
Original report:
In PMM-5799, we decided to not push SemVer tags
2
,2.m
,2.m.p
toperconalab/pmm-client
anymore. But we still have old2
tag there that is incorrect now: https://hub.docker.com/layers/perconalab/pmm-client/2/images/sha256-950c94c43b785322588c375bd45da941d8b5aeb04efd5828169e5c76e5f2995a?context=explore Let's remove it.Removing that tag did not help:
docker pull perconalab/pmm-client:2
still works. Let's push2
,2.m
,2.m.p
to bothperconalab/pmm-client
andpercona/pmm-client
.