Skip to content

Dockerfile for base commands image to integrate with aladdin

Notifications You must be signed in to change notification settings

fivestars-os/commands-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commands-base

Stores base commands container configuration for aladdin projects to inherit from

Examples

  1. Using the command-base container image here
    Useful for quickly getting up and running or trying out aladdin commands for the first time
  2. Using a custom container image here
    Useful for when your project is already using a custom docker image and only needs the commands-base executable
  3. Using a custom container image and Poetry here
    Same as above, but with Poetry (https://python-poetry.org/)