Commit graph

43 commits

Author SHA1 Message Date
d88c35a2e2 add custom secrets to gitignore, update entrypoint
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
2024-11-06 20:36:10 -05:00
b6e7b947d3 reduce jobs
All checks were successful
Build And Publish Docker / build-latest (push) Successful in 2h24m48s
2024-11-06 17:36:47 -05:00
d19dcd341b bump jobs to 72 2024-07-18 16:43:56 -04:00
c0692572b8 bump jobs to 24 2024-07-18 16:13:05 -04:00
f796a38677 decrease jobs, runner will try spinning up 4 builds at once 2024-07-18 11:24:36 -04:00
8bbe18055f double job setting agian 2024-07-18 08:44:58 -04:00
0dec9bf139 double jobs count 2024-07-18 08:26:55 -04:00
57d5899032 bump # of jobs to 16 2024-07-18 07:59:57 -04:00
bb734f9b02 manually limit # of jobs to 4 2024-07-18 07:52:56 -04:00
576a50bb46 accidentally pasted into dockerfile ;; 2024-07-17 13:06:03 -04:00
55b735a1ee forgot to remove python version statement 2024-07-17 13:03:59 -04:00
f2d5d593b1 downgrade build container so that python is installed as 3.11 instead of 3.12 2024-07-17 12:59:45 -04:00
44d2337d28 aaaaaaaaa 2024-07-17 12:18:54 -04:00
20ce6478f6 remove confused workdir statement 2024-07-17 12:15:46 -04:00
f692fdb48f awawa 2024-07-17 12:13:03 -04:00
1764076154 ;-; 2024-07-17 12:10:00 -04:00
92603115ea syntax fix 2024-07-17 12:07:32 -04:00
b169544774 separate node build commands 2024-07-17 12:04:39 -04:00
d8609ad5e6 remove useless logging, keep commands split 2024-07-17 11:01:51 -04:00
f9492cbfc8 hugo command debugging 2024-07-17 10:56:42 -04:00
116019297b update dockerfile
Some checks failed
Build And Publish Docker / build (push) Has been cancelled
2024-06-08 07:33:38 -04:00
edd0c82bc4 update
Some checks failed
Build And Publish Docker / build (0.127.0, 22.2.0) (push) Has been cancelled
2024-06-08 04:50:18 -04:00
ca1e9ed9fd remove verbosity in tar commands
Some checks failed
Build And Publish Docker / build (0.127.0, 22.2.0) (push) Has been cancelled
2024-06-08 03:24:36 -04:00
fe55388e0e curl ipv4-only
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 1m55s
2024-06-08 03:15:45 -04:00
03016e3b7f check if the issue is the ipv4-only network, remove redundant go version matrix
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 2m5s
2024-06-08 03:13:00 -04:00
46fef50cda switch to gz, remove xz dep
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 1m46s
2024-06-08 03:07:24 -04:00
bbb1dc29e6 tar debugging
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 1m44s
2024-06-08 03:02:36 -04:00
5ba1f61424 update tar commands
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 2m0s
2024-06-08 01:26:01 -04:00
a87bc23800 replace placeholder with variable
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 3m8s
2024-06-08 00:19:32 -04:00
f8c661229f got npm build instructions from alpinelinux package build, switch to multi-stage build process, currently wont support yarn or pnpm but may add a second version that does
Some checks failed
Build And Publish Docker / build (push) Failing after -1s
Build And Publish Docker / strategy (push) Failing after 1m39s
2024-06-07 17:25:46 -04:00
ca6261ae29 build both hugo and nodejs in an alpine container, bump hugo to 127, remove go, start work on building nodejs from scratch using optimized build options 2024-06-07 04:22:22 -04:00
5233735c71 fix tar error 2024-06-04 23:53:11 -04:00
5211e564d5 update
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 2m15s
2024-06-04 23:36:18 -04:00
490ace6237 syntax fix
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 1m43s
2024-06-04 22:08:29 -04:00
0b4585947d swap entrypoint, swap runner container
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 1m51s
2024-06-04 21:59:21 -04:00
220913ca6b inital alpine setup
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Has been cancelled
2024-06-04 21:44:15 -04:00
3677ba719a rollback nodesource url
All checks were successful
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Successful in 4m12s
2024-06-04 16:56:28 -04:00
605d3ce31c bump - hugo-version: ["0.126.3"] node-version: ["22"] go-version: ["1.22.3"] 2024-06-04 16:15:54 -04:00
Mitchell R
b3c42ba459
Removing sudo commands from DockerFile 2023-12-14 21:30:27 +02:00
Mitchell R
b5c4bc9497
Update Build script for new nodejs installer 2023-12-14 21:28:42 +02:00
mrinc
cbc4712e27 Fixed build arg issue 2023-07-25 12:03:48 +02:00
mrinc
64e3b38876 chore(build.yml): update matrix for hugo-version, node-version, and go-version
chore(build.yml): update build-args and tags for docker build
chore(Dockerfile): add NODE_VERSION argument and update wget and tar commands
chore(README.md): update README with information about the latest docker container and usage instructions
2023-07-25 11:51:07 +02:00
mrinc
5abd56b063 Added build script 2023-07-25 11:30:41 +02:00