1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 05:36:19 +00:00

Clarifying where borgmatic tests run.

Dan Helfman 2023-03-19 23:06:05 -07:00
parent 337a3c40da
commit b6c316f22c

@ -376,7 +376,7 @@ For the [Borg+Borgmatic Docker image](https://github.com/borgmatic-collective/do
**Difficulty**: Medium<br />
**Length**: 90 hours<br />
**Skills required**: Docker, Linux, Shell<br />
**Description**: Add linting (hadolint) and test builds as we currently only utilise CD to deploy the image to GitHub/Docker Hub registries: Might be worth investigating if we could run the borgmatic unit/integration tests using the docker-borgmatic image as I don't think it does currently @witten ?<br />
**Description**: Add linting (hadolint) and test builds as we currently only utilise CD to deploy the image to GitHub/Docker Hub registries: Might be worth investigating if we could run the borgmatic unit/integration tests using the docker-borgmatic image as they don't run there currently.<br />
**Task outline**: Research Docker linting and testing best-practices and see how similar projects are dealing with it. Then add the same to our release process, likely using Github Actions, but staying platform agnostic where possible.<br />
**Additional details**: - <br />
**Possible mentor**: [@grantbevis][grantbevis], [@m3nu][m3nu] (backup mentor)