Issue ID:
Type
Bug
Title:
FIX: Promotion of Docker Image does not promote if only tag is different
Created:
9/8/2023 6:44:39 PM by Dean H
Status:
Awaiting Release on
Last pulled:
9/16/2023 11:41:56 AM
Description:
See https://forums.inedo.com/topic/3935/promotion-of-docker-image-does-not-promote-if-only-tag-is-different I would like to requests that when a Docker Image promotion request arrives to ProGet, if it sees that the container image is already in the target feed, that it looks at the tag that was used in the request, and if the tag is not on the container image in the target feed, it adds the tag to the image. So it would follow this logic structure: 1. A container image promotion requests arrives to ProGet (via the UI or the API) 2. ProGet checks if the container image already exists in the target feed. If not, normal promotion logic occurs. 3. If yes, then ProGet checks if the tag used to request the container image promotion is on the container in the target feed. 4. If not, then ProGet adds the tag to the container in the target feed.