Skip to content

Commit

Permalink
TR-785 Remove Jenkinsfile and reference container image from GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3r4y committed Jul 29, 2024
1 parent 0ba717e commit d1aa125
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 82 deletions.
47 changes: 0 additions & 47 deletions Jenkinsfile

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Use the Docker image to start Honeyquest.
Append the `--help` argument to see all available options.

```sh
docker build -t honeyquest .
docker run -it -p 3000:3000 -v "$(pwd)/query-database:/opt/honeyquest/data" honeyquest --data /opt/honeyquest/data
docker run -it -p 3000:3000 -v "$(pwd)/query-database:/opt/honeyquest/data" ghcr.io/dynatrace-oss/honeyquest --data /opt/honeyquest/data
```

Then, navigate to 🌍 [localhost:3000](http://localhost:3000) in your browser.
Expand Down
33 changes: 0 additions & 33 deletions pod-definition.yaml

This file was deleted.

0 comments on commit d1aa125

Please sign in to comment.