An open API service indexing awesome lists of open source software.

https://github.com/vojtechmares/toolkit

A docker image containing all the tools you may need within your CI
https://github.com/vojtechmares/toolkit

Last synced: 5 months ago
JSON representation

A docker image containing all the tools you may need within your CI

Awesome Lists containing this project

README

          

# Toolkit

Docker image containing all the tools you may need.

## Using within GitLab CI

```yaml
# .gitlab-ci.yml

default:
image: ghcr.io/vojtechmares/toolkit:latest

# ...
```