Skip to content

Commit

Permalink
add minio to argocd plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 3, 2024
1 parent 4f2365b commit 468e05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argocd_plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ghcr.io/orihoch/uumpa-argocd-plugin/plugin:49cbd92542fe3db9a338b27251443a6a9d977deb
COPY . /opt/cwm-worker-argocd-plugin
RUN pip3 install -e /opt/cwm-worker-argocd-plugin
RUN pip3 install -r /opt/cwm-worker-argocd-plugin/requirements.txt &&\
pip3 install -e /opt/cwm-worker-argocd-plugin
1 change: 1 addition & 0 deletions argocd_plugin/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
minio==7.2.3

0 comments on commit 468e05f

Please # to comment.