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

Re-work Dockerfiles #91

Open
3 tasks
binarymist opened this issue Sep 1, 2021 · 8 comments
Open
3 tasks

Re-work Dockerfiles #91

binarymist opened this issue Sep 1, 2021 · 8 comments
Assignees
Labels
good first issue Good for newcomers
Projects

Comments

@imlakshay08
Copy link

Hello @binarymist , I am on it. Could you please assign it to me and guide me about the project as well ?

@binarymist
Copy link
Member Author

Where abouts do you think you need guidance? The changes will be localised to the Dockerfiles.

@rahulsurwade08
Copy link

rahulsurwade08 commented Mar 23, 2022

Hey @binarymist I think i can help with this issue. Can you assign this issue to me as well?

@shaneg07
Copy link

Hi @binarymist, I want to help work on reducing the size and build times for these files. Seems like a great way to start contributing. Could you assign this to me?

@binarymist
Copy link
Member Author

How did you get on with the Dockerfiles @imlakshay08 @rahulsurwade08 @shaneg07 ?

@acald-creator
Copy link

Hi, I started working on the Dockerfiles some days ago, but I haven't submitted a PR for review yet, but I would like to help with this.

@acald-creator
Copy link

I have submitted two PRs for this issue

purpleteam-labs/purpleteam-orchestrator#34
purpleteam-labs/purpleteam-tls-scanner#14

The only one left is the app-scanner which I have in place but I have not submitted the PR yet.

@rahulsurwade08 rahulsurwade08 removed their assignment Oct 1, 2022
@Freedisch
Copy link

@binarymist, I'm building the docker image, and I keep getting the following error, maybe you could tell me if I missed something, I went through the documentation but i haven't found something to help me maybe i missed something 🤔, idk can you help me?
executor failed running [/bin/sh -c apk add --no-cache shadow && if [ -z "getent group $LOCAL_GROUP_ID" ]; then addgroup -S -g $LOCAL_GROUP_ID $GROUP; else groupmod -n $GROUP getent group $LOCAL_GROUP_ID | cut -d: -f1; fi && if [ -z "getent passwd $LOCAL_USER_ID" ]; then adduser -S -u $LOCAL_USER_ID -G $GROUP -s /bin/sh $USER; else usermod -l $USER -g $LOCAL_GROUP_ID -d /home/$USER -m getent passwd $LOCAL_USER_ID | cut -d: -f1; fi]: exit code: 2

@shaneg07 shaneg07 removed their assignment Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Development

No branches or pull requests

6 participants