chore:removed vulenrablity issue from webapp image#1967
Conversation
|
| pip3 install --upgrade pip setuptools | ||
|
|
||
| # Install AWS CLI using pip | ||
| RUN pip3 install awscli |
There was a problem hiding this comment.
Why does the web app container need access to AWS cli?
There was a problem hiding this comment.
@plyubich
We copy jar file from s3 to image. https://github.com/PaladinCloud/CE/blob/master/installer/resources/pacbot_app/files/ui_docker/entrypoint.sh.tpl
There was a problem hiding this comment.
can that jar be copied to docker beforehand like you do with Nginx config below?
There was a problem hiding this comment.
Webapp dist.zip folder is different for each Tenant's.
Configuration.ts file will vary for each Tenant's
There was a problem hiding this comment.
We need to move values from Tenant configuration value from configuration.ts to environmental variable
| pip3 install --upgrade pip setuptools | ||
|
|
||
| # Install AWS CLI using pip | ||
| RUN pip3 install awscli |
There was a problem hiding this comment.
can that jar be copied to docker beforehand like you do with Nginx config below?

Description
Removed vulnerability issue created by web app docker image
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also
list any relevant details for your test configuration
Checklist:
Other information:
List any documentation updates that are needed for the Wiki