رسم بياني للالتزام

30 الالتزامات

المؤلف SHA1 الرسالة التاريخ
zstadler
cdcbe32dd1 Add missing execute permissions for .sh files
Resolve #28
2022-12-29 22:13:15 +02:00
zstadler
f71ebd941d Add .gitignore 2022-12-01 17:45:16 +02:00
zstadler
c9d7c2865d build.sh: accept an optional graphhopper tag
```
Build a docker image

Usage:
  ./build.sh [<tag> | --help]

Argument:
  <tag>   Build an image for the given graphhopper repository tag [default: master]

Option:
  --help  Print this message
```
2022-12-01 17:41:27 +02:00
zstadler
e77b4383a2 Dockerfile fix
> When using COPY with more than one source file, the destination must be a directory and end with a /
2022-12-01 15:52:55 +02:00
zstadler
683f91026c Both --input and --url are optional (#24)
- They are no longer mutually exclusive
- Input-independent default graph-cache location - `/data/default-gh'
- Resolve #23

Technical changes:
- Simplify handling: of script variables and their defaults
   - Remove complex configuration handling and copy
   - Remove unused variables
- Modify "our" copy of `config-example.yml` to enable http connections from outside of the container
- Update and clarify the help text
2022-11-22 10:04:25 +02:00
zstadler
5a795d28d9 Merge pull request #25 from IsraelHikingMap/zstadler-build
Allow local image build
2022-11-20 17:56:17 +02:00
zstadler
523f949108 move build script to top direcctory 2022-11-16 17:14:23 +02:00
zstadler
93be94429c Remove duplicate copy 2022-11-16 14:09:57 +02:00
zstadler
8eae33b757 Allow local image build
- Remove dependency on github download
- Add `github/build.sh` for local builds
- Simplify gtaphhopper build
- Simplify handling of `graphhopper.sh` and `config-example.yml`
2022-11-16 09:04:22 +02:00
Harel M
3e6ab4c288 Fix finding .jar file #17 2022-02-19 13:20:56 +02:00
Harel M
c43ea03155 Update chmod before docker build - #17 2022-02-19 10:34:08 +02:00
Harel M
8c0bf15c6d Remove chmod, add relative path 2022-02-18 17:04:37 +02:00
Reza
2fe97667b3 Fix relevant typo in README.md . (#16) 2022-02-17 13:51:53 +02:00
Harel M
8a8ec2fbe0 Simplify and add url to graphhopper.sh (#14)
Fixes #11 Fixes #12

* All relevant changes

* Code review comments

* Small changes

* Code review fix

* Run the server as default action

* Remove unneeded commands from dockerfile

* Update graphhopper.sh

Adjust usage text
Use `exit 2` for usage errors

* Update README.md

Update the default JAVA_OPTS value according to the Dockerfile

* Add execute permissions

* Fix extra "

* Fix missing space

* Remove unwanted spaces

* Update README.md

Co-authored-by: zstadler <zeev.stadler@gmail.com>
2022-02-17 12:57:17 +02:00
HarelM
dd7f173a56 Resolves #8 - Add graphhopper.sh back to the image 2022-01-12 21:53:59 +02:00
ilovesome1
9951ab309c Update README.md (#10)
Fixed typo
2021-12-29 15:59:56 +02:00
marisancans
313c254b7b fixed typo (#6) 2021-10-18 12:45:14 +03:00
Harel M
4b5131de89 Resolves #5 - Add healthcheck 2021-09-18 00:27:34 +03:00
zstadler
9130aecc12 Update README.md
Spelling fix mentioned in https://github.com/IsraelHikingMap/graphhopper-docker-image-push/issues/4#issuecomment-915896610
2021-09-09 13:45:15 +03:00
Harel M
3d2289e641 Update README.md 2021-07-13 12:32:31 +03:00
zstadler
63606c93a5 Update build-and-publish.yml (#3) 2021-07-13 12:03:33 +03:00
Harel M
40c818460b Remove graphhopper.sh (#2)
* Remove graphhopper.sh file

This still needs to be tested...

* Remove graphhopper.sh, fix java arguments

* Update README.md

* Update Dockerfile

* Add more concrete example
2021-07-12 22:02:10 +03:00
Harel M
aee63fc944 Added prints to explain what is being done. 2021-05-23 10:39:00 +03:00
Harel M
c991339085 Update README.md 2021-05-23 10:36:11 +03:00
Harel M
730676186a Updated name 2021-05-23 10:18:17 +03:00
Harel M
e5f7c3e4f9 Added build action 2021-05-23 10:15:18 +03:00
HarelM
a61544b986 Added script for image creation and publish 2021-05-23 10:07:49 +03:00
HarelM
87f658d516 Added relevant dockerfile 2021-05-23 09:09:45 +03:00
Harel M
5a52d56fcd Update README.md 2021-05-23 09:02:12 +03:00
Harel M
36c5c07295 Initial commit 2021-05-23 09:01:48 +03:00