Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1012 Bytes

CONTRIBUTING.md

File metadata and controls

50 lines (33 loc) · 1012 Bytes

Contributing

Prepare Development Environment

  • Prepare dev tools

    • Install GIT
    • Install Docker or Podman
  • Clone GIT repository

    git clone https://github.com/automation64/container64.git
  • Adjust environment variables to match your configuration:

    • Copy environment definition files from templates:
    cp dot.local .local
    cp dot.secrets .secrets
    • Review and update content for both files to match your environment
  • Download dev support scripts

    ./bin/dev-lib-base

Update source code

  • Add/Edit source code in: src/

Build container image

./cntbuild -b -c CONTAINER_NAME -e TAG

Publish container image

./cntbuild -u -c CONTAINER_NAME -e TAG

Repositories