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

42 الالتزامات

المؤلف SHA1 الرسالة التاريخ
b139bd9605 Update Dockerfile 2025-11-17 08:47:18 +00:00
9dc84fce5d Update Dockerfile 2025-11-17 08:45:48 +00:00
e43fa37b15 Update graphhopper.sh 2025-11-17 08:45:16 +00:00
Jason Baker
ed0f3aea11 don't remove graphhopper git repo directory (#44) 2025-03-08 15:59:36 +01:00
Harel M
735390c9c2 Update README.md 2024-12-22 16:20:58 +02:00
Harel M
7be2d9d406 Fixes #34 - Remove profiles from shell script 2024-12-22 16:18:55 +02:00
Jason Baker
74f23a3dd4 Multiplatform build (ARM64/AMD64) (#41)
* provide -DskipTests argument

* add multiplatform build for testing

* Revert "Revert "Add support for cross-platform builds including linux/amd64 and linux/arm64/v8 (#38)" (#39)"

This reverts commit 92d4cba7a9.

* remove test multiplatform build for PR

---------

Co-authored-by: Jason Baker <jbaker@gosonar.com>
2024-11-28 11:11:45 +02:00
Jason Baker
92d4cba7a9 Revert "Add support for cross-platform builds including linux/amd64 and linux/arm64/v8 (#38)" (#39)
This reverts commit 74f8f822bd.

Co-authored-by: Jason Baker <jbaker@gosonar.com>
2024-11-27 18:08:28 +02:00
Jason Baker
74f8f822bd Add support for cross-platform builds including linux/amd64 and linux/arm64/v8 (#38)
* use docker buildx for multiplatform build

* more verbose echos about behavior in build/push step

* echo instead of comment

---------

Co-authored-by: Jason Baker <jbaker@gosonar.com>
2024-11-26 23:01:08 +02:00
Harel M
2d0bed8a91 Update LICENSE 2024 2024-06-12 15:47:40 +03:00
HarelM
5897045b9e Upgrade mvn to 3.9.5, update java to 21 2023-11-25 14:38:42 +02:00
zstadler
f06f2beb48 Build scripts refactoring (#33)
* Build scripts refactoring

`.github/build-and-upload.sh` to use `build.sh`
Related to  #32

* Update build.sh

Following review comments
2023-01-12 11:24:39 +02:00
zstadler
7b50d771d5 Add missing execute permissions for .sh files (#31)
Resolve #28
2022-12-29 22:35:42 +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