Installing dependencies
Custom Docker Image
FROM earthly/lunar-scripts:1.0.0
# Install system dependencies
RUN apt-get update && apt-get install -y jq curl && rm -rf /var/lib/apt/lists/*
# Install additional tools
RUN curl -L "https://github.com/keilerkonzept/dockerfile-json/releases/download/v1.2.2/dockerfile-json_Linux_x86_64.tar.gz" | tar xz \
&& mv dockerfile-json /usr/local/bin/image: my-org/my-custom-image:v1.0Install Script for Native Execution
Example
Installation path
Multi-platform support
Development convenience with earthly/lunar-scripts
earthly/lunar-scriptsLast updated
