mainternence release
This commit is contained in:
parent
689a6e5bae
commit
10cc864275
@ -1,15 +1,15 @@
|
|||||||
FROM alpine:latest as builder
|
FROM alpine:latest as builder
|
||||||
|
|
||||||
ARG BW_VERSION=2022.11.0
|
ARG BW_VERSION=2023.1.0
|
||||||
|
|
||||||
RUN apk add wget unzip
|
RUN apk add wget unzip
|
||||||
|
|
||||||
RUN cd /tmp && wget https://github.com/bitwarden/clients/releases/download/cli-v${BW_VERSION}/bw-linux-${BW_VERSION}.zip && \
|
RUN cd /tmp && wget https://github.com/bitwarden/clients/releases/download/cli-v${BW_VERSION}/bw-linux-${BW_VERSION}.zip && \
|
||||||
unzip /tmp/bw-linux-${BW_VERSION}.zip
|
unzip /tmp/bw-linux-${BW_VERSION}.zip
|
||||||
|
|
||||||
FROM alpine:3.17.1
|
FROM alpine:3.17.2
|
||||||
|
|
||||||
ARG PYTHON_VERSION=3.10.9-r1
|
ARG PYTHON_VERSION=3.10.10-r0
|
||||||
ARG PIP_VERSION=22.3.1-r1
|
ARG PIP_VERSION=22.3.1-r1
|
||||||
ARG GCOMPAT_VERSION=1.1.0-r0
|
ARG GCOMPAT_VERSION=1.1.0-r0
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ RUN set -eux; \
|
|||||||
mkdir -p /home/bw-operator; \
|
mkdir -p /home/bw-operator; \
|
||||||
chown -R bw-operator /home/bw-operator; \
|
chown -R bw-operator /home/bw-operator; \
|
||||||
chmod +x /usr/local/bin/bw; \
|
chmod +x /usr/local/bin/bw; \
|
||||||
apk add gcc musl-dev libstdc++ gcompat=${GCOMPAT_VERSION} python3=${PYTHON_VERSION} py-pip=${PIP_VERSION}; \
|
apk add gcc musl-dev libstdc++ gcompat=${GCOMPAT_VERSION} python3=${PYTHON_VERSION} py3-pip=${PIP_VERSION}; \
|
||||||
pip install -r requirements.txt --no-warn-script-location; \
|
pip install -r requirements.txt --no-warn-script-location; \
|
||||||
apk del --purge gcc musl-dev libstdc++;
|
apk del --purge gcc musl-dev libstdc++;
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator
|
|||||||
|
|
||||||
type: application
|
type: application
|
||||||
|
|
||||||
version: "v0.5.1"
|
version: "v0.5.2"
|
||||||
|
|
||||||
appVersion: "0.5.1"
|
appVersion: "0.5.2"
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- operator
|
- operator
|
||||||
@ -94,14 +94,12 @@ annotations:
|
|||||||
artifacthub.io/license: MIT
|
artifacthub.io/license: MIT
|
||||||
artifacthub.io/operator: "true"
|
artifacthub.io/operator: "true"
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
|
||||||
description: "Unlocking bitwarden only when needed"
|
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: "Allow switch of namespaces in CRDs"
|
description: "Bump alpine from 3.17.1 to 3.17.2"
|
||||||
- kind: fixed
|
|
||||||
description: "Handle none existing keys gracefully"
|
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: "Bump alpine minor release version"
|
description: "Bump bitwarden cli from 2022.11.0 to 2023.1.0"
|
||||||
|
- kind: changed
|
||||||
|
description: "Bump python version from 3.10.9-r1 to 3.10.10-r0"
|
||||||
artifacthub.io/images: |
|
artifacthub.io/images: |
|
||||||
- name: bitwarden-crd-operator
|
- name: bitwarden-crd-operator
|
||||||
image: lerentis/bitwarden-crd-operator:0.5.1
|
image: lerentis/bitwarden-crd-operator:0.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user