You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide a [Dockerfile.base](Dockerfile.base) to build an ubuntu base image,
4
-
and (will provide) a `Dockerfile` to build a smaller one with a multi-stage build. 🚧️
4
+
and a [Dockerfile](Dockerfile) to build a smaller one with a multi-stage build (TBA). 🚧️
5
5
6
6
Updated containers are built and deployed on merges to the master branch and releases.
7
7
If you want to request a build on demand, you can [manually run the workflow](https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow) thanks to the workflow dispatch event.
8
8
9
9
### Usage
10
10
11
-
Here is how to build the container. Note that we build so it belongs to the same
11
+
Here is how to build the base container. Note that we build so it belongs to the same
12
12
namespace as the repository here. "ghcr.io" means "GitHub Container Registry" and
13
13
is the [GitHub packages](https://github.com/features/packages) registry that supports
14
14
Docker images and other OCI artifacts. From the root of the repository:
@@ -17,4 +17,25 @@ is the [GitHub packages](https://github.com/features/packages) registry that sup
0 commit comments