cleanup: remove all Docker Hub references and update to Quay.io

- Update deployment.yaml to reference Quay.io instead of Docker Hub
- Remove Docker Hub references from README.md
- Update build-and-push.sh to show Quay.io registry info
- Update release.sh to reference Quay.io repository
- Update push-to-internal-registry.sh to use Quay.io image
- Clean up all Docker Hub comments and references
- Registry is now exclusively Quay.io: quay.io/rh_ee_anobre/resource-governance
This commit is contained in:
2025-10-03 07:04:58 -03:00
parent c81ba36b26
commit 756cc43997
5 changed files with 17 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ echo -e "${BLUE}📦 Registry URL: $REGISTRY_URL${NC}"
# Tag da imagem
FULL_IMAGE_NAME="$REGISTRY_URL/$NAMESPACE/$IMAGE_NAME:$TAG"
echo -e "${YELLOW}🏷️ Criando tag: $FULL_IMAGE_NAME${NC}"
podman tag andersonid/resource-governance:simple $FULL_IMAGE_NAME
podman tag quay.io/rh_ee_anobre/resource-governance:latest $FULL_IMAGE_NAME
# Push da imagem
echo -e "${YELLOW}📤 Fazendo push da imagem...${NC}"