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

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

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
```