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
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,38 @@ This image is based on ubuntu becuase it is currently difficult to use alpine. S
9
9
10
10
## Command line
11
11
12
+
`sentry-cli` is the entrypoint so you only need to specify parameters to it for `docker run`.
13
+
14
+
Here is an example that just runs `sentry-cli` with the `--help` option.
15
+
12
16
```
13
17
$ docker run -it --rm sentry-cli --help
14
18
```
15
19
16
20
## Gitlab
17
21
22
+
The entrypoint needs to be blank in order for the script in gitlab to work. See [this issue](https://gitlab.com/gitlab-org/gitlab-runner/issues/2692#note_43591182) for more information.
23
+
24
+
Here is an example that uploads soure-maps in gitlab to an on-premise sentry server:
Change `ENV VERSION="1.21.0"` in the `Dockerfile` to the new version of sentry-cli. Then make a tag and it will automatically be published to docker hub.
0 commit comments