Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 805 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 805 Bytes

RethinkDB DigitalOcean image

Build a specific RethinkDB version as a DigitalOcean 1-click image.

This repository contains all the necessary configuration the get started on DigitalOcean.

The droplet will NOT contain any SSL certificate by default, but it is configurable as described here.

Prerequisites

To work with this repository you need to install Packer, and make sure that you have a DigitalOcean API key.

Build an image

To build a specific rethinkdb version run the following command:

$ DIGITALOCEAN_TOKEN="<YOUR_TOKEN>" IMAGE_ID="ubuntu-18-04-x64" RETHINKDB_VERSION="<TARGET_VERSION>" packer build marketplace-image.json

NOTE: IMAGE_ID must match DigitalOcean Ubuntu image name.