Skip to content
Snippets Groups Projects
Commit 715fee7a authored by m.nabokikh's avatar m.nabokikh
Browse files

Switch to slim version of a gomplate and add a comment to docker config

parent dd4a62e6
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ ARG TARGETVARIANT
ENV GOMPLATE_VERSION=v3.9.0
RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}-slim" \
&& chmod +x /usr/local/bin/gomplate
......
{{- /* NOTE: This configuration file is an example and exists only for development purposes. */ -}}
{{- /* To find more about gomplate formatting, please visit its documentation site - https://docs.gomplate.ca/ */ -}}
issuer: {{ getenv "DEX_ISSUER" "http://127.0.0.1:5556/dex" }}
storage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment