Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Поддержка обработки Docker и Docker Compose файлов с кастомными именами #7

Open
alisselisss opened this issue Jul 4, 2024 · 1 comment

Comments

@alisselisss
Copy link
Collaborator

alisselisss commented Jul 4, 2024

Сейчас функция process_docker_files обрабатывает данные типы файлов только с конкретными именами: Dockerfile и docker-compose.yml. Необходимо доработать функцию для поддержки файлов с кастомными именами, которые также содержат инструкции Docker или Docker Compose.

@thehighestmath
Copy link
Collaborator

thehighestmath commented Jul 5, 2024

Код тут

if file == 'Dockerfile':
docker_images.extend(parse_dockerfile(os.path.join(root, file)))
elif file == 'docker-compose.yml':
docker_images.extend(parse_docker_compose(os.path.join(root, file)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants