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
> ```latest``` tagged image is maybe a pre- or development-release. Please use always a release number (like ```3.11```)
69
+
> ```latest``` tagged image is maybe a pre- or development-release. Please use always a release number (like ```3.11dev2```)
70
70
71
71
## Quickstart
72
72
@@ -119,7 +119,7 @@ You can use *Makefile* targets to build different images with different privacyI
119
119
120
120
#### Build a specific privacyIDEA version
121
121
```
122
-
make build PI_VERSION=3.11 PI_VERSION_BUILD=3.11
122
+
make build PI_VERSION=3.11dev2 PI_VERSION_BUILD=3.11dev2
123
123
```
124
124
125
125
#### Push to a registry
@@ -146,7 +146,7 @@ make distclean
146
146
147
147
| target | optional ARGS | description | example
148
148
---------|----------|---|---------
149
-
|```build ```|```PI_VERSION```<br> ```IMAGE_NAME```|Build an image. Optional: specify the version, requirements version and image name|```make build PI_VERSION=3.11 PI_VERSION_BUILD=3.11```|
149
+
|```build ```|```PI_VERSION```<br> ```IMAGE_NAME```|Build an image. Optional: specify the version, requirements version and image name|```make build PI_VERSION=3.11dev2 PI_VERSION_BUILD=3.11dev2```|
150
150
|```push```|```REGISTRY```|Tag and push the image to the registry. Optional: specify the registry URI. Defaults to *localhost:5000*|```make push REGISTRY=docker.io/gpappsoft/privacyidea-docker```|
151
151
|```run```|```PORT``` <br> ```TAG```|Run a standalone container with gunicorn and sqlite. Optional: specify the prefix tag of the container name and listen port. Defaults to *pi* and port *8080*|```make run TAG=prod PORT=8888```|
152
152
|```secret```||Generate secrets to use in an environment file |```make secret```|
@@ -270,7 +270,7 @@ You can start the stack in the background with console detached using the **-d**
270
270
271
271
Full example including build with ```make```targets:
272
272
```
273
-
make cert build push stack PI_VERSION=3.11 PI_VERSION_BUILD=3.11 TAG=pidev
273
+
make cert build push stack PI_VERSION=3.11dev2 PI_VERSION_BUILD=3.11dev2 TAG=pidev
274
274
```
275
275
---
276
276
Now you can deploy additional containers like OpenLDAP for user realms or Owncloud as a client to test 2FA authentication.
0 commit comments