@@ -22,13 +22,13 @@ Please remember to provide a good summary, description as well as steps to repro
22
22
To run Gatekeeper, you can build it using this command:
23
23
24
24
``` bash
25
- docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/gogatekeeper/gatekeeper:3.0.1 .
25
+ docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/gogatekeeper/gatekeeper:3.0.2 .
26
26
```
27
27
28
28
or you can use aleady existing Docker image by running:
29
29
30
30
``` bash
31
- docker run -it --rm quay.io/gogatekeeper/gatekeeper:3.0.1 \
31
+ docker run -it --rm quay.io/gogatekeeper/gatekeeper:3.0.2 \
32
32
--listen 127.0.0.1:8080 \
33
33
--upstream-url http://127.0.0.1:80 \
34
34
--discovery-url https://keycloak.example.com/realms/< REALM_NAME> \
@@ -44,16 +44,16 @@ Beside links to archives of binaries we provide also checksum file containing ch
44
44
for archives. You can download file gatekeeper-checksum.txt, it contains sha512 checksums e.g.:
45
45
46
46
```
47
- 324b34ece86b6214f835ba9fd79e185864a9005f514458796c22c053de63f428235d2d2a04864065a49c090ad81d2daeb45546544fdd9531a8dea1a43145b8f0 gatekeeper_3.0.1_windows_amd64 .zip
48
- 38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_3.0.1_linux_amd64 .tar.gz
49
- f5322e41b3d78017191246bdd54f99e9b3dd8d5ff9d224e7e81b678a952c1d5aae125ea4c251928969b0a0ea0dc59724308c918993c8227f384f61896f58cbd0 gatekeeper_3.0.1_macOS_amd64 .tar.gz
47
+ 324b34ece86b6214f835ba9fd79e185864a9005f514458796c22c053de63f428235d2d2a04864065a49c090ad81d2daeb45546544fdd9531a8dea1a43145b8f0 gatekeeper_3.0.2_windows_amd64 .zip
48
+ 38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_3.0.2_linux_amd64 .tar.gz
49
+ f5322e41b3d78017191246bdd54f99e9b3dd8d5ff9d224e7e81b678a952c1d5aae125ea4c251928969b0a0ea0dc59724308c918993c8227f384f61896f58cbd0 gatekeeper_3.0.2_macOS_amd64 .tar.gz
50
50
```
51
51
52
52
After you download archive of binary you can calculate it's checksum by using e.g. sha512sum Linux utility:
53
53
54
54
```
55
- sha512sum /my/path/gatekeeper_3.0.1_linux_amd64 .tar.gz
56
- 38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_3.0.1_linux_amd64 .tar.g
55
+ sha512sum /my/path/gatekeeper_3.0.2_linux_amd64 .tar.gz
56
+ 38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_3.0.2_linux_amd64 .tar.g
57
57
```
58
58
59
59
As you can see output of command is checksum, you can compare it with the one in gatekeeper-checksum.txt.
0 commit comments