Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Modified the user as cf instead of root #175

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BhavyaBojanapalli
Copy link

Hi,

Added a user "cf" in the docker file and degraded the pip version inorder to support the dependency links.Final docker image is pushed in to my local repository under the below path:

docker pull bhavyabojanapalli/marathon-bigip-ctlr

@@ -3,7 +3,10 @@ FROM python:2.7-alpine3.7
ENV APPPATH /app

RUN mkdir -p "$APPPATH/bin" \
&& chmod -R 755 "$APPPATH"
&& chmod -R 755 "$APPPATH" \
&& adduser -D cf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change the user name to ctlr

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure I will change it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants