Skip to content

Commit

Permalink
Add labels to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
drodowic committed Oct 29, 2024
1 parent 44aa2b4 commit 42147b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions galaxy_importer/ansible_test/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
FROM quay.io/ansible/base-test-container:5.10.0

LABEL com.redhat.component="ansible-test" \
description="Container used by galaxy for running ansible-test validation." \
distribution-scope="public" \
io.k8s.description="Container used by galaxy for running ansible-test validation." \
maintainer="Red Hat, Inc." \
name="galaxy-importer" \
release="0.4.26" \
summary="Container used by galaxy for running ansible-test validation." \
url="https://github.com/ansible/galaxy-importer" \
vendor="Red Hat, Inc." \
version="0.4.26"

COPY entrypoint.sh /entrypoint

RUN useradd user1 \
Expand Down

0 comments on commit 42147b5

Please sign in to comment.