File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ LABEL org.label-schema.maintainer="Voxpupuli Team <
[email protected] >" \
80
80
81
81
RUN apk update \
82
82
&& apk upgrade \
83
+ && apk add openssh-client \
84
+ && apk add gpg \
83
85
&& apk add jq \
84
86
&& apk add yamllint \
85
87
&& apk add git \
Original file line number Diff line number Diff line change @@ -45,6 +45,17 @@ Running spec tests:
45
45
docker run -it --rm -v $( pwd) :/repo --entrypoint onceover ghcr.io/voxpupuli/voxbox:8 run spec
46
46
```
47
47
48
+ Doing, e.g. a release:
49
+
50
+ ``` shell
51
+ docker run -it --rm \
52
+ -v $( pwd) :/repo \
53
+ -v ~ /.gitconfig:/etc/gitconfig \
54
+ -v ~ /.ssh:/root/.ssh \
55
+ -v ${SSH_AUTH_SOCK} :${SSH_AUTH_SOCK} -e SSH_AUTH_SOCK=" ${SSH_AUTH_SOCK} " \
56
+ ghcr.io/voxpupuli/voxbox:8 release
57
+ ```
58
+
48
59
Other commands are:
49
60
50
61
| Command | What it does |
You can’t perform that action at this time.
0 commit comments