Your code is build and running on official images. The code will be built for every pod in a init container. This is the fastes way, to run your code, but becomes more inefficient with every replica.
- Deploy keys added
+
+
+
+ Nixpacks
+
+
+ Nixpacks is a open source project to build docker images with nix. It is a good way to build images without a Dockerfile, if you want to have a reproducable build process.
+
-
-
-
-
-
-
-
+
+
+ Buildpacks
+
+
+ Buildpacks are a set of scripts and binaries used to transform application source code into a deployable image, automating the process of compiling, building, and configuring the app for deployment.
+
+
+
+
+
+ Dockerfile
+
+
Builds the image based on the Dockerfile in your git root directory. This allows for the highest level of customization.
+
+
+
+
+ External CI/CD
+
+
You are building your image on a external CI/CD and deploy it by changing the image tag thrue the API