feat: add openapi2jsonschema #123

Merged
xoxys merged 2 commits from add-openapi2jsonschema into main 2024-03-26 09:44:33 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit b895614915 - Show all commits

View File

@ -40,7 +40,7 @@ ENV FLUX_VERSION="${FLUX_VERSION:-v2.2.3}"
ENV PIPX_HOME=/opt/pipx
ENV PIPX_BIN_DIR=/usr/local/bin
RUN apk --update add curl tar bash python3 pipx findutils git && \
RUN apk --update add curl tar make bash python3 pipx findutils git && \
apk --no-cache upgrade libcrypto3 libssl3 && \
pipx install --include-deps flux-local=="$FLUX_LOCAL_VERSION" && \
pipx inject flux-local PyYAML && \

View File

@ -18,6 +18,10 @@ Custom Kubernetes toolkit container based on Alpine.
<!-- spellchecker-disable -->
- curl
- make
- tar
- git
- yq
- helm
- kubectl