diff --git a/Containerfile b/Containerfile index 1a23a93..dcab2ef 100644 --- a/Containerfile +++ b/Containerfile @@ -2,54 +2,17 @@ FROM quay.io/devfile/universal-developer-image:ubi8-latest ARG PYV=3.11 -LABEL org.opencontainers.image.source https://github.com/ansible/ansible-workspace-env-reference-image -LABEL org.opencontainers.image.authors "Ansible DevTools" -LABEL org.opencontainers.image.vendor "Red Hat" -LABEL org.opencontainers.image.licenses "GPL-3.0" -LABEL org.opencontainers.image.description "An OpenShift Dev Spaces container image for Ansible." +LABEL org.opencontainers.image.source=https://github.com/ansible/ansible-workspace-env-reference-image +LABEL org.opencontainers.image.authors="Ansible DevTools" +LABEL org.opencontainers.image.vendor="Red Hat" +LABEL org.opencontainers.image.licenses="GPL-3.0" +LABEL org.opencontainers.image.description="An OpenShift Dev Spaces container image for Ansible." USER 0 -# install ansible-dev-tools specific packages -RUN <