Skip to content

Instantly share code, notes, and snippets.

@iyear
Created April 18, 2023 14:31
Show Gist options
  • Save iyear/e38a88a12ef43d0eaf10b6fa3367cdff to your computer and use it in GitHub Desktop.
Save iyear/e38a88a12ef43d0eaf10b6fa3367cdff to your computer and use it in GitHub Desktop.
MetaCall Builder Images Def
  • Base Image
    • base = debian:bullseye-slim (for now)
  • Dev Images
    • dev-deps-base = base + necessary dependencies + git clone metacall/core
    • dev-deps-lang = dev-deps-base + lang-env
    • dev-lang = dev-deps-lang + core build (get loaders)
  • Runner Image
    • runner = I don't really understand it
  • Runtime Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment