Внес контакты в Dockerfile
This commit is contained in:
@@ -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="Сергей Антропов <sergey@antropoff.ru>"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user