update readme
This commit is contained in:
parent
c87e951f39
commit
d932bead9a
1 changed files with 16 additions and 16 deletions
32
README.md
32
README.md
|
@ -2,18 +2,18 @@
|
||||||
|
|
||||||
Based on alpine:3.20
|
Based on alpine:3.20
|
||||||
|
|
||||||
Contains nodejs, hugo, npm, rsync
|
Contains nodejs, hugo, rsync
|
||||||
|
`hugo-ci:<hugo_version>-<node_version>`
|
||||||
|
|
||||||
## To use
|
## To use
|
||||||
|
|
||||||
Run the following in your hugo directory:
|
Run the following in your hugo directory:
|
||||||
```
|
|
||||||
docker run -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest
|
docker run -v .:/home/app -ti --network=host codeberg.org/mycosys/hugo-ci:latest
|
||||||
```
|
|
||||||
To also host locally:
|
To also host locally:
|
||||||
```
|
|
||||||
docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest
|
docker run -p 1313:1313 -v .:/home/app -ti --network=host codeberg.org/mycosys/hugo-ci:latest
|
||||||
```
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
@ -21,19 +21,19 @@ Building requires docker, buildx. Nodejs is included in the ci workflow becuase
|
||||||
|
|
||||||
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.
|
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.
|
||||||
Our runner is given these resources:
|
Our runner is given these resources:
|
||||||
- 64 GB DDR4
|
|
||||||
- 128 vcores passed as EPYC 7763 (host) using NUMA
|
|
||||||
- 64 GB emulated SSD
|
|
||||||
|
|
||||||
|
- 64 GB DDR4
|
||||||
|
- 128 vcores passed as EPYC 7763 (host) using NUMA
|
||||||
|
- 64 GB emulated SSD
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
- ~~[BetterWeb Docker](https://hub.docker.com/r/betterweb/hugo)~~
|
||||||
|
|
||||||
## Links
|
- ~~[BeterCorp Github](https://github.com/BetterCorp/hugo)~~
|
||||||
|
|
||||||
- ~~[BetterWeb Docker](https://hub.docker.com/r/betterweb/hugo)~~
|
- [Codeberg Repo](https://codeberg.org/mycosys/hugo-ci)
|
||||||
|
|
||||||
- ~~[BeterCorp Github](https://github.com/BetterCorp/hugo)~~
|
- [MycoSystems Repo](https://git.myco.systems/mycosystems/hugo-ci)
|
||||||
|
|
||||||
- [Codeberg Repo](https://codeberg.org/mycosys/hugo-ci)
|
- [Codeberg Packages](https://codeberg.org/mycosys/-/packages/container/hugo-ci/versions)
|
||||||
|
|
||||||
- [Codeberg Packages](https://codeberg.org/mycosys/-/packages/container/hugo-ci/versions)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue