File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -279,3 +279,12 @@ INSPECTIT_EUM_SERVER_SECURITY_AUTH_PROVIDER_SIMPLE_TOKEN_DIRECTORY=<my-directory
279279INSPECTIT_EUM_SERVER_SECURITY_AUTH_PROVIDER_SIMPLE_ENABLED=TRUE;
280280INSPECTIT_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.
You can’t perform that action at this time.
0 commit comments