forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apache#3626 from rhoughton-pivot/develop
Geode follows a Gitflow working model. Follow it.
- Loading branch information
Showing
5 changed files
with
8 additions
and
5 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
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
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 |
---|---|---|
|
@@ -25,17 +25,17 @@ RUN apk add --no-cache \ | |
# 8763 31B4 5A97 E382 D1BD FB44 4482 0F9C ABF4 396F | ||
# uid [ undef ] Mike Stolz <[email protected]> | ||
# sub 4096R/3871E6AD 2018-04-12 [expires: 2022-04-12] | ||
ENV GEODE_GPG 876331B45A97E382D1BDFB4444820F9CABF4396F | ||
ENV GEODE_GPG DB5476815A475574577D442B468A4800EAFB2498 | ||
# TODO does this change per-release like other Apache projects? (and thus needs to be a list of full fingerprints from a KEYS file instead?) | ||
|
||
ENV GEODE_HOME /geode | ||
ENV PATH $PATH:$GEODE_HOME/bin | ||
|
||
# https://geode.apache.org/releases/ | ||
ENV GEODE_VERSION 1.6.0 | ||
ENV GEODE_VERSION 1.9.0 | ||
# Binaries TGZ SHA-256 | ||
# https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256 | ||
ENV GEODE_SHA256 79e8d81d058b1c4edd5fb414ff30ac530f7913b978f5abc899c353fcb06e5ef3 | ||
ENV GEODE_SHA256 8794808ebc89bc855f0b989b32e91e890d446cfd058e123f6ccb9e12597c1c4f | ||
|
||
# http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz | ||
|
||
|
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