https://github.com/vicchi/docker-gitea-actions
A base Docker image for Gitea actions, based on the offical Python Debian Bullseye image
https://github.com/vicchi/docker-gitea-actions
actions docker docker-image gitea
Last synced: 3 months ago
JSON representation
A base Docker image for Gitea actions, based on the offical Python Debian Bullseye image
- Host: GitHub
- URL: https://github.com/vicchi/docker-gitea-actions
- Owner: vicchi
- Created: 2023-06-12T14:49:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T20:16:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T03:12:00.627Z (about 1 year ago)
- Topics: actions, docker, docker-image, gitea
- Language: Makefile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-gitea-actions
A base Docker image for Gitea actions, based on the offical Python Debian Bullseye image and with the following packages pre-installed:
* `ansible`
* `ansible-lint`
* `curl`
* `git`
* `make`
* `nodejs`
* `rsync`
# Usage
In a Gitea actions workflow:
```
container:
image: ghcr.io/vicchi/gitea-actions:3.10-slim-bullseye
```