From 7018418c322e636897c24e2f1a2de0163f660020 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 1 Aug 2024 17:48:24 +0930 Subject: [PATCH] chore: clean image comments !262 --- README.md | 2 +- dockerfile | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 66715ff..b835ac2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![Project Status - Active](https://img.shields.io/badge/Project%20Status-Active-green?logo=gitlab&style=plastic) -[![Docker Pulls](https://img.shields.io/docker/pulls/nofusscomputing/ansible-ee?style=plastic&logo=docker&color=0db7ed)](https://hub.docker.com/r/nofusscomputing/ansible-ee) [![Artifact Hub](https://img.shields.io/endpoint?style=plastic&url=https://artifacthub.io/badge/repository/nfc-ansible-ee)](https://artifacthub.io/packages/search?repo=nfc-ansible-ee) +[![Docker Pulls](https://img.shields.io/docker/pulls/nofusscomputing/ansible-ee?style=plastic&logo=docker&color=0db7ed)](https://hub.docker.com/r/nofusscomputing/ansible-ee) [![Artifact Hub](https://img.shields.io/endpoint?style=plastic&url=https://artifacthub.io/badge/repository/nfc-ansible-ee)](https://artifacthub.io/packages/container/nfc-ansible-ee/ansible-ee)
diff --git a/dockerfile b/dockerfile index 49e9ac3..90485d3 100644 --- a/dockerfile +++ b/dockerfile @@ -49,17 +49,11 @@ COPY includes / # Ref: https://github.com/opencontainers/image-spec/blob/d86384efdb8c30770a92415c100f57a9bffbb64e/annotations.md LABEL \ - # org.opencontainers.image.authors="{contributor url}" \ org.opencontainers.image.vendor="No Fuss Computing" \ - # org.opencontainers.image.url="{dockerhub url}" \ - # org.opencontainers.image.documentation="{docs url}" \ - # org.opencontainers.image.source="{repo url}" \ - # org.opencontainers.image.revision="{git commit sha at time of build}" \ org.opencontainers.image.title="Ansible Execution Environment" \ - org.opencontainers.image.description="An ansible execution environment for awx/tower and CI/CD pipelines" \ + org.opencontainers.image.description="An ansible execution environment for aap/awx and CI/CD pipelines" \ org.opencontainers.image.vendor="No Fuss Computing" \ io.artifacthub.package.license="MIT" - # org.opencontainers.image.version="{git tag}" RUN apt update \