add READMEs
All checks were successful
/ build (push) Successful in 6m6s

This commit is contained in:
thislight 2024-07-14 18:12:57 +08:00
parent e5eacc25dd
commit c478804d89
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
3 changed files with 184 additions and 0 deletions

96
fedora-40/README.md Normal file
View file

@ -0,0 +1,96 @@
# fedora:40
```yaml
container:
image: code.lightstands.xyz/standcoded/fedora:40
```
## Included Softwares
### General
- coreutils
- bash
- aria2
- jq
- yq
- zstd
- brotil
- sqlite
- sqlite-devel
- binutils
### Version Control
- git
- git-lfs
- git-ftp
### Container Management
- podman
- buildah
- fuse-overlayfs
- qemu-user-static
- qemu-user-binfmt
### NodeJS
- nodejs
- nodejs-npm
- nodejs-devel
### Python
- python3-devel
- python3-pip
- pipx
- poetry
### Perl
- perl
- perl-CPAN
- perl-devel
### Ruby
- ruby
- rubygems
- ruby-devel
### C
- clang
- gcc
- bison
- flex
- "C Development Tools and Libraries"
### PHP
- php
- php-devel
- composer
### Java
| Version | Packages |
| - | - |
| 1.8.0 | java-1.8.0-openjdk, java-1.8.0-openjdk-devel |
| 11 | java-11-openjdk, java-11-openjdk-devel |
| 17 | java-17-openjdk, java-17-openjdk-devel |
| 21 | java-21-openjdk, java-21-openjdk-devel |
## Additional Configuration
### Building Container Images
This images configured buildah to be correctly run under a container. You can use [The workflow of this project](./.forgejo/workflows/build-fedora-40.yml) as an example.