Skip to content

Commit

Permalink
Merge pull request #331 from projectsyn/use-reclass-rs
Browse files Browse the repository at this point in the history
Patch kapitan in commodore-renovate container image to use reclass-rs
  • Loading branch information
simu authored Sep 26, 2024
2 parents f8f1f85 + 52f4979 commit 2eea63d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master
&& curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \
&& chmod +x install_kustomize.sh \
&& ./install_kustomize.sh ${KUSTOMIZE_VERSION} /usr/local/bin \
&& rm ./install_kustomize.sh
&& rm ./install_kustomize.sh \
&& curl -L https://raw.githubusercontent.com/projectsyn/reclass-rs/main/hack/kapitan_0.32_reclass_rs.patch \
| patch -p1 -d "$(python -c 'import kapitan; print(kapitan.__path__[0])')"

RUN set -ex; \
chmod +x /usr/src/app/bin/index.js; \
Expand Down

0 comments on commit 2eea63d

Please sign in to comment.