Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.28 KB

File metadata and controls

38 lines (29 loc) · 1.28 KB

Docker Ruby Images

Base Ruby images for Articulate services.

What's Included

Tags

🌟 recommended image

  • articulate/ruby:4.0 🌟
  • articulate/ruby:4.0-node 🌟
  • articulate/ruby:3.4 🌟
  • articulate/ruby:3.4-node 🌟
  • articulate/ruby:3.3
  • articulate/ruby:3.3-node
  • articulate/ruby:3.2
  • articulate/ruby:3.2-node

Creating a new image

The easiest way to create a new image is to copy an existing one and change the base image. If creating from scratch, the images need the following:

  • Everything listed in What's included
  • make for internal tooling.
  • A service user and group with a GID and UID of 1001. This should be the default user.
  • A /service directory as the default working directory.