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

Low Friction Contribution #6890

Closed
2 tasks done
alexec opened this issue Oct 7, 2021 · 2 comments
Closed
2 tasks done

Low Friction Contribution #6890

alexec opened this issue Oct 7, 2021 · 2 comments
Labels
area/build Build or GithubAction/CI issues area/contributing Contributing docs, ownership, etc. Also devtools like devcontainer and Nix area/docs Incorrect, missing, or mistakes in docs type/feature Feature request

Comments

@alexec
Copy link
Contributor

alexec commented Oct 7, 2021

Make it easy to contribute.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@alexec
Copy link
Contributor Author

alexec commented Oct 8, 2021

FROM builder AS make
 # python
 RUN apt update
 # kubectl: apt's version does not support --load_restrictor
 RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
 RUN cp kubectl /usr/local/bin
 RUN chmod +x /usr/local/bin/kubectl
 # squash warnings
 RUN kubectl config set-context none
 RUN kubectl config use-context none
 # protoc
 RUN apt install -y protobuf-compiler
 # `make pre-commit` will install remaining tools
 ADD . /root/go/src/github.com/argoproj/argo-workflows
 WORKDIR /root/go/src/github.com/argoproj/argo-workflows
 RUN make pre-commit

@alexec alexec added the area/docs Incorrect, missing, or mistakes in docs label Feb 7, 2022
@agilgur5 agilgur5 added the area/build Build or GithubAction/CI issues label Oct 20, 2023
@agilgur5
Copy link

agilgur5 commented Oct 20, 2023

Looks like the above issues were resolved. this is also 2 years old now and we have things like Codespaces #11981 et al, devcontainers, etc, that all help pretty greatly too. Closing as such.

@argoproj argoproj locked as resolved and limited conversation to collaborators Oct 16, 2024
@agilgur5 agilgur5 added the area/contributing Contributing docs, ownership, etc. Also devtools like devcontainer and Nix label Oct 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/build Build or GithubAction/CI issues area/contributing Contributing docs, ownership, etc. Also devtools like devcontainer and Nix area/docs Incorrect, missing, or mistakes in docs type/feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants