Skip to content

Commit

Permalink
revert: remove 1password (ublue-os#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon511000 committed Mar 28, 2023
1 parent 23491e8 commit b555772
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
13 changes: 0 additions & 13 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,3 @@ COPY --from=cgr.dev/chainguard/cosign:latest /usr/bin/cosign /usr/bin/cosign
RUN curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.17.0/kind-$(uname)-amd64"
RUN chmod +x ./kind
RUN mv ./kind /usr/bin/kind

# Install 1Password via Tarball
RUN curl -sSO https://downloads.1password.com/linux/tar/stable/x86_64/1password-latest.tar.gz && \
tar -xf 1password-latest.tar.gz && \
rm 1password-latest.tar.gz && \
mkdir -p /usr/1Password && \
mv 1password-*/* /usr/1Password && \
cp -r /usr/1Password/resources/icons/* /usr/share/icons && \
sh /usr/libexec/1password-after-install.sh \
&& \
rm -rf /var/* /tmp/* && \
ostree container commit

58 changes: 0 additions & 58 deletions usr/libexec/1password-after-install.sh

This file was deleted.

10 changes: 0 additions & 10 deletions usr/share/applications/1password.desktop

This file was deleted.

0 comments on commit b555772

Please sign in to comment.