cirelli94 / rethinkdb-dockerfiles

Dockerfiles for past and present versions of RethinkDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rethinkdb-dockerfiles

Dockerfiles for past and present versions of RethinkDB.

Documentation

https://github.com/docker-library/docs/blob/master/rethinkdb/README.md

Currently supported distributions

The following base images are supported for containerized RethinkDB servers.

  • Ubuntu Xenial
  • Ubuntu Bionic
  • Ubuntu Disco
  • Ubuntu Eoan
  • CentOs 7
  • CentOs 8

Procedure for updating

After creating a commit for the new release package using ./cut-new-release.sh:

# example
./cut-new-release.sh 2.3.7

# if package version includes a suffix like "+1",
# pass that suffix as the second argument
./cut-new-release.sh 2.3.7 +1

Note the hash of the commit and push it to GitHub.

Once the commit is pushed, go to https://github.com/docker-library/official-images/edit/master/library/rethinkdb and put together a pull request, replacing the old tip-commit hash with the new tip-commit hash for all images, and adding new tags for the new version (using the jessie dockerfiles). The new point release should be added as a tag, and tags for the minor and major versions should be either created or updated to point to the new Dockerfile, as well as the "latest" tag.

Once the pull request for the new image is accepted by the upstream Docker library, this should be announced in Slack and/or IRC (and maybe Twitter).

About

Dockerfiles for past and present versions of RethinkDB.


Languages

Language:Dockerfile 97.7%Language:Shell 2.3%