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.2.1```)
80
+
> ```latest``` tagged image is maybe a pre- or development-release. Please use always a release number (like ```3.11.3```)
81
81
82
82
## Quickstart
83
83
@@ -130,7 +130,7 @@ You can use *Makefile* targets to build different images with different privacyI
130
130
131
131
#### Build a specific privacyIDEA version
132
132
```
133
-
make build PI_VERSION=3.11.2 PI_VERSION_BUILD=3.11.2
133
+
make build PI_VERSION=3.11.3 PI_VERSION_BUILD=3.11.3
134
134
```
135
135
136
136
#### Push to a registry
@@ -157,7 +157,7 @@ make distclean
157
157
158
158
| target | optional ARGS | description | example
159
159
---------|----------|---|---------
160
-
|```build ```|```PI_VERSION```<br> ```IMAGE_NAME```|Build an image. Optional: specify the version, requirements version and image name|```make build PI_VERSION=3.11.2 PI_VERSION_BUILD=3.11.2```|
160
+
|```build ```|```PI_VERSION```<br> ```IMAGE_NAME```|Build an image. Optional: specify the version, requirements version and image name|```make build PI_VERSION=3.11.3 PI_VERSION_BUILD=3.11.3```|
161
161
|```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```|
162
162
|```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```|
163
163
|```secret```||Generate secrets to use in an environment file |```make secret```|
@@ -282,7 +282,7 @@ You can start the stack in the background with console detached using the **-d**
282
282
283
283
Full example including build with ```make```targets:
284
284
```
285
-
make cert build push stack PI_VERSION=3.11.2 PI_VERSION_BUILD=3.11.2 TAG=pidev
285
+
make cert build push stack PI_VERSION=3.11.3 PI_VERSION_BUILD=3.11.3 TAG=pidev
286
286
```
287
287
---
288
288
Now you can deploy additional containers like OpenLDAP for user realms or Owncloud as a client to test 2FA authentication.
0 commit comments