Open G3z opened 3 years ago
this is my workaround for now
FROM alpine:3.14
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN apk update && apk upgrade && apk add --no-cache curl
RUN mkdir -p /usr/local/secrethub
RUN URL=$(curl -L -s https://api.github.com/repos/secrethub/secrethub-cli/releases/latest | grep -o -E "https://(.*)secrethub-(.*)-${TARGETPLATFORM/\//-}.tar.gz") && \
curl -L -s $URL | tar -xzC /usr/local/secrethub && \
ln -s /usr/local/secrethub/bin/secrethub /usr/local/bin/secrethub
Hi @G3z, thank you for reporting this request!
We're currently focused on getting SecretHub functionality ported to 1Password so that you and others can migrate to using 1Password and get all the benefits of both solutions. We are not adding new features to SecretHub. We'll definitely take this request into account for installation of the 1Password CLI.
Given that there is a workaround available, would it be reasonable for you to continue to use this workaround until you're ready to migrate to 1Password?
Hello, I'm trying do build multiarch docker images but i think no arm64 package is available for alpine:
this works fine for amd64