Skip to content

Commit e8fd94f

Browse files
Dimi-MaDimi-Ma
andauthored
Merge pull request #22 from inspectIT/updateReadme
added a description of bulding the docker image for local use and how… (#22) Co-Authored-By: Dimi-Ma <dimi.mÂ@gmx.de>
2 parents f333d2f + e87cea4 commit e8fd94f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/eumserver_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Check if jar exists and rename it
6868
run: |
6969
cd docker
70-
mv inspectit-ocelot-eum-server-${{ github.ref_name }}.jar inspectit-ocelot-eum-server.jar
70+
mv inspectit-ocelot-eum-server-:${{ github.ref_name }}.jar inspectit-ocelot-eum-server.jar
7171
ls
7272
- name: Set up QEMU
7373
uses: docker/setup-qemu-action@v2

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,12 @@ INSPECTIT_EUM_SERVER_SECURITY_AUTH_PROVIDER_SIMPLE_TOKEN_DIRECTORY=<my-directory
279279
INSPECTIT_EUM_SERVER_SECURITY_AUTH_PROVIDER_SIMPLE_ENABLED=TRUE;
280280
INSPECTIT_EUM_SERVER_SECURITY_ENABLED=TRUE
281281
```
282+
283+
##### Build Docker Image Locally.
284+
285+
In order to build a docker image locally, the eum-server should be build locally and the resulting jar should be renamed
286+
to ```inspectit-ocelot-eum-server.jar``` and copied to the ./docker directory
287+
288+
##### How to Release
289+
To create a new release, you have to create a new git tag and push it on to GitHub.
290+
This Tag is the new version number of the release. Afterwards the release build will be automatically triggered.

0 commit comments

Comments
 (0)