diff --git a/Dockerfile b/Dockerfile index a9a7409..ab9e76b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,12 @@ # Use the official Python 3.12.9 Bullseye image as the base FROM python:3.12.9-bullseye +# Add metadata +LABEL maintainer="Сергей Антропов " +LABEL description="Этот Dockerfile создан для внедрения подхода IaC в Ansible." +LABEL version="0.1" +LABEL contact.website="https://devops.org.ru" + # Set environment variables ENV PYTHONUNBUFFERED=1 ENV EDITOR=nano