zep

command module
v0.0.0-...-afdb614 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2025 License: MIT Imports: 14 Imported by: 0

README

zep

Z generation enviroment variable gotemplate processor

build Coverage docker License

Usage

Include zep as a small binary in your Docker image using multi-stage builds:

# build layer
FROM ghcr.io/aasaam/zep:latest as zep

# final layer
FROM yourimage

COPY --from=zep /usr/bin/zep /usr/local/bin/zep

Then in your entrypoint script:

#!/bin/sh
set -e
# Use zep to process your template file
/usr/local/bin/zep /path/to/your/template > final-config.ext
# Run your application
/run/my/awesome-process

aasaam software development group
aasaam software development group

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL