web-ci/README.md

30 lines
941 B
Markdown
Raw Permalink Normal View History

2024-06-04 17:11:03 -04:00
# Hugo Extended CI Container
2024-06-08 05:45:07 -04:00
Based on alpine:3.20
2024-06-04 21:44:15 -04:00
2024-07-18 11:05:55 -04:00
Contains nodejs, hugo, rsync
`hugo-ci:<hugo_version>-<node_version>`
2024-07-18 08:43:39 -04:00
## Building
2024-07-18 11:08:23 -04:00
Building requires docker, buildx. Nodejs is included in the ci workflow becuase of it's use in many actions scripts, but it is not necessary for local building.
2024-07-18 08:43:39 -04:00
2024-07-18 08:44:58 -04:00
I recommend changing the option `JOBS` in the Dockerfile as the current number is optimized for a custom KVM machine that's being used as our runner.
2024-07-18 08:43:39 -04:00
Our runner is given these resources:
2024-07-18 11:05:55 -04:00
- 64 GB DDR4
- 128 vcores passed as EPYC 7763 (host) using NUMA
- 64 GB emulated SSD
2024-07-18 08:43:39 -04:00
2024-07-18 11:05:55 -04:00
## Links
2024-07-18 08:43:39 -04:00
2024-07-18 11:05:55 -04:00
- ~~[BetterWeb Docker](https://hub.docker.com/r/betterweb/hugo)~~
2023-07-25 13:49:22 +02:00
2024-07-18 11:05:55 -04:00
- ~~[BeterCorp Github](https://github.com/BetterCorp/hugo)~~
2024-07-18 11:05:55 -04:00
- [Codeberg Repo](https://codeberg.org/mycosys/hugo-ci)
2024-07-18 11:05:55 -04:00
- [MycoSystems Repo](https://git.myco.systems/mycosystems/hugo-ci)
2024-07-17 14:33:04 +00:00
2024-07-18 11:05:55 -04:00
- [Codeberg Packages](https://codeberg.org/mycosys/-/packages/container/hugo-ci/versions)