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
- Host: GitHub
- URL: https://github.com/vojtechmares/toolkit
- Owner: vojtechmares
- Created: 2022-09-28T08:45:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T22:25:06.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T15:53:52.812Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
# ...
```