Commit graph

16 commits

Author SHA1 Message Date
5d235f2e9a Avoid circular dependency in build script
Use the node image and install docker onto it in the CI pipeline
building the builder image to avoid a circular dependency loop of
requiring the builder image in order to build it.
2024-08-02 13:14:43 +02:00
df6cc16f8b Add ansible to builder image 2024-07-29 00:10:36 +02:00
8078c354fc Properly tag releases 2024-07-20 18:53:37 +02:00
940508eb38 Add pnpm to builder image 2024-07-18 15:57:53 +02:00
3604d89d6f Fix image name 2024-07-15 23:24:36 +02:00
db01452e4e Fix tags format 2024-07-15 23:23:44 +02:00
96f2dbf6aa Set regitry to public HTTPS endpoint 2024-07-15 23:20:33 +02:00
1bb772ffba Try using builder image to make builder
This creates a circular dependency, but avoids having to use the heavy
Ubuntu image.
2024-07-15 23:17:57 +02:00
9a3a662aa0 Add Node.js 20.x to image 2024-07-15 23:17:35 +02:00
8711d15806 Try running with docker image 2024-07-15 22:08:06 +02:00
811f9feb14 Add forgejo workflow to build image 2024-07-15 22:05:19 +02:00
6ab69c1341 Add yq to builder 2024-07-13 18:32:28 +02:00
b398b7216a Convert to Unix line endings 2024-07-13 16:28:34 +02:00
0acf949d11 Add OpenSSH client 2024-07-13 16:27:37 +02:00
d801fe60a1 Add kubectl utility 2024-07-13 16:17:23 +02:00
c3e3ff0959 Implement builder image
Add docker build to create a shared image for running CI pipelines and
docker builds based on debian.
2024-07-13 13:53:08 +02:00