Files
doxygen/README.md
Dmitrij Prokov bb0478d516
Some checks failed
Build and publish docker image / Builds the image and publishes to docker hub (push) Has been cancelled
[DO-316] Add image for doxygen w java & plantuml (#1)
Reviewed-on: https://git.avroid.tech/Docker/doxygen/pulls/1
Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
2025-02-06 19:29:28 +03:00

28 lines
522 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Doxygen with openjdk and PlantUML
Для сборки образа выполните
```bash
make build
```
Для загрузки образа в harbor выполните
```bash
make push
```
Для вывода тега докер образа выполните
```bash
make getTag
```
Для удаления образа из системы выполните
```bash
make clean
```
За версию докер образа отвечает переменная IMAGE_TAG в [Makefile](./Makefile#L5)