Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove steps that are now automated

...

Now is the best time to bump dependency versions on the various 3rd-party libraries used by Geode.  Start a DISCUSS thread asking for a volunteer to lead this effort.

Update geode-native-build Docker image

  1. Update geode-native/docker/Dockerfile in develop branch setting the new Geode version. This has to be done on the definition of the GEODE_VERSION environment variable ( for example:  "ENV GEODE_VERSION 1.11.0")
  2. Build Docker image:
    1. $ cd geode-native/docker
    2. $ docker build -t apachegeode/geode-native-build:latest .
  3. Publish the new image in Dockerhub. A Dockerhub user is needed with the proper permissions to upload the image to the apachegeode account.
    1. $ docker push apachegeode/geode-native-build:latest

Send the announce mail

To:  user@geode.apache.org, announce@apache.org, dev@geode.apache.org

...