chore: replace deprecated binary and conv functions #72

Merged
xoxys merged 1 commits from fix-gomplate into main 2022-06-13 20:26:46 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.12}"
ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}"
RUN apk --update add curl make tar git && \
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64-slim" && \
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${gomplate_VERSION}/gomplate_linux-amd64" && \
curl -SsL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-linux-amd64" && \
chmod 755 /usr/local/bin/gomplate && \
chmod 755 /usr/local/bin/url-parser && \

View File

@ -20,7 +20,7 @@ ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.12}"
ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}"
RUN apk --update add curl make tar git && \
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-armv7-slim" && \
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${gomplate_VERSION}/gomplate_linux-armv7" && \
curl -SsL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-linux-arm-7" && \
chmod 755 /usr/local/bin/gomplate && \
chmod 755 /usr/local/bin/url-parser && \

View File

@ -20,7 +20,7 @@ ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.12}"
ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}"
RUN apk --update add curl make tar git && \
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-arm64-slim" && \
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${gomplate_VERSION}/gomplate_linux-arm64" && \
curl -SsL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-linux-arm64" && \
chmod 755 /usr/local/bin/gomplate && \
chmod 755 /usr/local/bin/url-parser && \