-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'seims/src/ccgl/' changes from c3cb5566..f55a618e
f55a618e [ci skip] Merge commit '8d31c4cf074efa132e8f8b4ea083507b2fa634da' into dev 8d31c4cf Squashed 'cmake/' changes from 2c2cf3f..2c05601 c11f6de7 update github actions to use Node.js 20 [ci skip] cc7c6c8f update to the latest master [ci skip] 9c857bb6 Typo fixed of IMAGE_TAG, using github.ref == 'refs/heads/master' 20a046d3 Merge pull request #14 from crazyzlj/dev 002902e1 deploy images after the success of build and test 77608eba Update dockerfiles 57f33486 Backup previous used workflow for deploying images 9eab234e Remove links to dockerfiles cce3f0de Ignore for docker build process 308a8df2 Change mongo-c-driver download path 45439f66 update to the latest master branch dc331ec5 Merge branch 'master' of github.com:crazyzlj/CCGL e085ab46 Update gdal version; use default version using ankane/setup-mongodb 411ba9a3 Merge pull request #13 from crazyzlj/dev b3f9c929 remove --platform=$BUILDPLATFORM 39fbff55 Merge pull request #12 from crazyzlj/dev 6bce8436 Use FROM --platform=$BUILDPLATFORM xxx as builder; Add provenance: false for docker/build-push-action 460a0834 Merge pull request #11 from crazyzlj/dev 415c1280 Update how to use CCGL with MongoDB in docker f50d3f99 Copy ccgl to /usr/local directories 55635670 Remove dockerfiles that running gtest of ccgl c46ba95d Build amd64 and arm64 versions c18889e3 Update gdal image from ghcr ece54d09 test all image versions 3e2f3334 test mongodb on macos-latest e2b12743 test tags for acr and ghcr b7652b48 test ankane/setup-mongodb on macos a8000c93 test acr and ghcr b54e60de only test ghcr 506a1a96 test permissions write-all 91112103 test e7791ea7 test ci 14568e41 Test again 533a4483 Test push images to ACR and ghcr 0190e958 Test push images to ACR and ghcr 9f3a4509 Test push images to ACR and ghcr e33f3873 Merge pull request #10 from crazyzlj/dev 4c705a08 add deploy docker images to ghcr.io 43a91748 add deploy docker images to ghcr.io 82933b02 add deploy docker images to ghcr.io 13444638 Merge pull request #9 from crazyzlj/dev c78b3437 (bugfix):set installation related paths to cache 35998ae0 Merge pull request #8 from crazyzlj/dev e9478086 (bugfix):only support mongo-c-driver-1.5.0+ to use mongoc_collection_find_with_opts 8c3db8f1 Merge pull request #7 from crazyzlj/dev f163d02b Squashed 'cmake/' changes from 8a954e2..2c2cf3f 52707277 Merge commit 'f163d02bd16f45d53927393d63e7a506c0e21ec1' into dev ea3b1661 (bugfixed): default nodata should depends on data type of clsRasterData 21ce5201 (feat/experimental): Add support of Sanitizers 314dee89 (bugfix): delete tm correctly fe0630dc (bugfix): fixed memory leak on MSVC 738b8028 merge latest master e74c4cca Bug fixed on GDAL 1.x & 2.x c4997932 Add CODECOV_TOKEN fa7d7229 Add GDAL data types added from versions 3.5 & 3.7 c797e3e5 Test passed on Xcode git-subtree-dir: seims/src/ccgl git-subtree-split: f55a618e2e84c0416b0d9436185a023ba838c932
- Loading branch information
Showing
51 changed files
with
1,628 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# .dockerignore | ||
.github | ||
.idea | ||
.vs | ||
bin | ||
build* | ||
cmake-build* | ||
dist | ||
html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.