-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nc] op beta is backwards compatible
Signed-off-by: Nic Cheneweth <[email protected]>
- Loading branch information
1 parent
7e9a8e7
commit d81a3a3
Showing
4 changed files
with
2 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,14 +46,8 @@ RUN apk add --no-cache \ | |
cmake -DLOCALE_PROFILE=OFF -D CMAKE_INSTALL_PREFIX:PATH=/usr . && \ | ||
make && make install && \ | ||
cd .. && rm -r musl-locales-master && \ | ||
sudo bash -c "echo https://downloads.1password.com/linux/alpinelinux/stable/ >> /etc/apk/repositories" && \ | ||
sudo bash -c "wget https://downloads.1password.com/linux/keys/alpinelinux/[email protected] -P /etc/apk/keys" && \ | ||
sudo apk update && sudo apk add --no-cache 1password-cli==${ONEPASSWORD_VERSION} && \ | ||
curl -SLO https://github.com/ThoughtWorks-DPS/opw/releases/latest/download/opw_Linux_x86_64.tar.gz && \ | ||
tar -xzf opw_Linux_x86_64.tar.gz && \ | ||
sudo mv opw /usr/local/bin/opw && \ | ||
curl -L https://cache.agilebits.com/dist/1P/op2/pkg/v${ONEPASSWORD_BETA_VERSION}/op_linux_amd64_v${ONEPASSWORD_BETA_VERSION}.zip -o op.zip && \ | ||
unzip op.zip -o && sudo mv op /usr/local/bin/op-beta && \ | ||
unzip op.zip -o && sudo mv op /usr/local/bin/op && \ | ||
rm op.zip && rm op.sig && \ | ||
curl -L https://github.com/tellerops/teller/releases/download/v${TELLER_VERSION}/teller_${TELLER_VERSION}_Linux_x86_64.tar.gz --output teller_${TELLER_VERSION}_Linux_x86_64.tar.gz && \ | ||
tar -xzf teller_${TELLER_VERSION}_Linux_x86_64.tar.gz && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters