blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
24 stars 25 forks source link

feat: add 1Password #67

Closed b- closed 10 months ago

b- commented 10 months ago

Pretty simple. Here's how I use it in mine:

### add 1password
COPY --from=ghcr.io/briorg/bling:latest /modules/bling/installers/1password.sh /tmp/1password.sh
RUN chmod +x /tmp/1password.sh && \
    ONEPASSWORD_RELEASE_CHANNEL=beta \
    GID_ONEPASSWORD=1500 \
    GID_ONEPASSWORDCLI=1600 \
        /tmp/1password.sh
xynydev commented 10 months ago

Looks pretty good, needs to be added commented-out in the default configuration in the bling module docs, though. Did you leave this a draft on purpose?