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
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,10 @@ The Drycc project welcomes contributions from all developers. The high-level pro
33
33
34
34
## Prerequisites
35
35
36
-
### Docker
36
+
### Podman
37
37
38
-
Unit tests and code linters for controller run in a Docker container with your local code directory
39
-
mounted in. You need [Docker][] to run `make test`.
38
+
Unit tests and code linters for controller run in a container with your local code directory
39
+
mounted in. You need [Podman][] to run `make test`.
40
40
41
41
### Kubernetes
42
42
@@ -53,13 +53,13 @@ When you've built your new feature or fixed a bug, make sure you've added approp
53
53
54
54
Also, since this component is central to the platform, it's recommended that you manually test and verify that your feature or fix works as expected. To do so, ensure the following environment variables are set:
55
55
56
-
*`DRYCC_REGISTRY` - A Docker registry that you have push access to and your Kubernetes cluster can pull from
57
-
* If this is [Docker Hub](https://hub.docker.com/), leave this variable empty
58
-
*`IMAGE_PREFIX` - The organization in the Docker repository. This defaults to `drycc`, but if you don't have access to that organization, set this to one you have push access to.
56
+
*`DRYCC_REGISTRY` - A Container registry that you have push access to and your Kubernetes cluster can pull from
57
+
* If this is [Drycc Registry](https://registry.drycc.cc/), leave this variable empty
58
+
*`IMAGE_PREFIX` - The organization in the Container repository. This defaults to `drycc`, but if you don't have access to that organization, set this to one you have push access to.
59
59
*`SHORT_NAME` (optional) - The name of the image. This defaults to `controller`
60
-
*`VERSION` (optional) - The tag of the Docker image. This defaults to the current Git SHA (the output of `git rev-parse --short HEAD`)
60
+
*`VERSION` (optional) - The tag of the Container image. This defaults to the current Git SHA (the output of `git rev-parse --short HEAD`)
61
61
62
-
Then, run `make deploy` to build and push a new Docker image with your changes and replace the existing one with your new one in the Kubernetes cluster. See below for an example with appropriate environment variables.
62
+
Then, run `make deploy` to build and push a new Container image with your changes and replace the existing one with your new one in the Kubernetes cluster. See below for an example with appropriate environment variables.
63
63
64
64
```console
65
65
export IMAGE_PREFIX=arschles
@@ -76,7 +76,7 @@ kubectl get pod --namespace=drycc -w | grep drycc-controller
0 commit comments