Skip to content

Commit 2eea63d

Browse files
authored
Merge pull request #331 from projectsyn/use-reclass-rs
Patch kapitan in commodore-renovate container image to use reclass-rs
2 parents f8f1f85 + 52f4979 commit 2eea63d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master
6464
&& curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \
6565
&& chmod +x install_kustomize.sh \
6666
&& ./install_kustomize.sh ${KUSTOMIZE_VERSION} /usr/local/bin \
67-
&& rm ./install_kustomize.sh
67+
&& rm ./install_kustomize.sh \
68+
&& curl -L https://raw.githubusercontent.com/projectsyn/reclass-rs/main/hack/kapitan_0.32_reclass_rs.patch \
69+
| patch -p1 -d "$(python -c 'import kapitan; print(kapitan.__path__[0])')"
6870

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

0 commit comments

Comments
 (0)