Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.2 #68

Merged
merged 3 commits into from
Oct 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update docker tools
  • Loading branch information
ViktorUJ committed Oct 17, 2023
commit 94e044d16c643c70d6400d1333f6309422e00d26
7 changes: 4 additions & 3 deletions docker/tools/Dockerfile_ARM
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ RUN echo '[mongodb-org-4.4]'>/etc/yum.repos.d/mongodb-org-4.0.repo && \
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl" && \
chmod +x ./kubectl && \
mv kubectl /usr/local/bin/kubectl && \
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.8.2 && \
helm plugin install https://github.com/sstarcher/helm-release && \
curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash && \
echo 'source /usr/share/bash-completion/bash_completion'>>~/.bashrc && \
echo 'source <(kubectl completion bash)'>>~/.bashrc && \
Expand All @@ -27,3 +24,7 @@ RUN echo '[mongodb-org-4.4]'>/etc/yum.repos.d/mongodb-org-4.0.repo && \
rm -rf /var/cache/yum

ENTRYPOINT ["/bin/bash"]

# curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash && \
# helm plugin install https://github.com/jkroepke/helm-secrets --version v3.8.2 && \
# helm plugin install https://github.com/sstarcher/helm-release && \