Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
LOG-1500: Linux install script requires password #82
Comments
|
@emptyflash the purpose of the password is twofold:
I understand that you don't want to store the password in the Dockerfile, but why you are not passing your secrets (be it password or authtoken) as parameters to your starting container? |
|
I forget the original context of this, but I think the reason I was having issues was because I was trying to run the install script in the build steps of the Dockerfile. The workaround back then was to run the install script as part of the docker image start up. These days though, you can specify "build args" that solve this issue. |
Trying to get everything configured to send logs to loggly from within a docker container. It seems that you have to provide your password to the configure linux script for it to work. Is this correct? If so what is the purpose of the token?
I would personally prefer not to have my password stored in my Dockerfile and hosted on a github repo.
The text was updated successfully, but these errors were encountered: