diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-09 10:57:24 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-09 10:57:24 +0000 |
| commit | 9c9a398d27949e29422e2ef5621911c886d8dd18 (patch) | |
| tree | 5a3d89501923b03127d9bf071c1b9ec3c6ca3abe /docker/release-cli | |
| parent | 880749963518e8d07608d75372ffe54a5e062f76 (diff) | |
5.1: adjust gitlab ci pipeline configuring to include checks and tests, re #2116biest-02063
Merge request studip/studip!1372
Diffstat (limited to 'docker/release-cli')
| -rw-r--r-- | docker/release-cli/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/release-cli/Dockerfile b/docker/release-cli/Dockerfile new file mode 100644 index 0000000..4e41152 --- /dev/null +++ b/docker/release-cli/Dockerfile @@ -0,0 +1,6 @@ +FROM alpine + +RUN apk --no-cache add jq bash curl grep + +ADD https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64 /usr/bin/release-cli +RUN chmod u+x /usr/bin/release-cli
\ No newline at end of file |
