Skip to content

Update companion images description on Docker Hub #753

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

Merged
merged 7 commits into from
May 22, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,39 @@ jobs:
repository: yuzutech/kroki
short-description: ${{ github.event.repository.description }}
readme-filepath: ./DOCKERHUB.md

- name: Docker Hub Description - bpmn
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: yuzutech/kroki-bpmn
short-description: Companion image for BPMN to use with kroki server
readme-filepath: ./DOCKERHUB-COMPANION.md

- name: Docker Hub Description - excalidraw
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: yuzutech/kroki-excalidraw
short-description: Companion image for excalidraw to use with kroki server
readme-filepath: ./DOCKERHUB-COMPANION.md

- name: Docker Hub Description - mermaid
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: yuzutech/kroki-mermaid
short-description: Companion image for mermaid to use with kroki server
readme-filepath: ./DOCKERHUB-COMPANION.md

- name: Docker Hub Description - blockdiag
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: yuzutech/kroki-blockdiag
short-description: Companion image for blockdiag to use with kroki server
readme-filepath: ./DOCKERHUB-COMPANION.md
21 changes: 21 additions & 0 deletions DOCKERHUB-COMPANION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Kroki Companion Image

Image to use together with this server: [yuzutech/kroki](https://hub.docker.com/r/yuzutech/kroki)

GitHub repository: [kroki](https://github.com/yuzutech/kroki)

## Usage

Use this images with:
* [Docker-compose](https://docs.kroki.io/kroki/setup/install/#_using_docker_compose)
* [Kubernetes](https://docs.kroki.io/kroki/setup/install/#_using_kubernetes)

For installation and configuration see [Kroki docs](https://docs.kroki.io/)

## Versioning

We use [SemVer](https://semver.org/) for versioning.

## License

This project is licensed under the MIT License.