Closed IisAnh closed 3 years ago
Sorry, didn't check carefully.
https://github.com/StatCan/daaas-containers/runs/1939050607
Try using Python3.9 instead as the base, and use python3
in the entrypoint instead of python
.
If that still doesn't do it, I can take a quick look at hardening the image to get around the vulnerabilities. Usually images are better run as non-root, for example. Just assign me the issue if you get stuck.
Thanks Blair!
From: Blair Drummond notifications@github.com Sent: Friday, February 19, 2021 6:08 PM To: StatCan/daaas-containers daaas-containers@noreply.github.com Cc: Anh Nguyen anhhoainguyen@outlook.com; Author author@noreply.github.com Subject: Re: [StatCan/daaas-containers] Adding Random-Test Folder (#40)
Sorry, didn't check carefully.
https://github.com/StatCan/daaas-containers/runs/1939050607
Try using Python3.9 instead as the base, and use python3 in the entrypoint instead of python.
If that still doesn't do it, I can take a quick look at hardening the image to get around the vulnerabilities. Usually images are better run as non-root, for example.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/StatCan/daaas-containers/pull/40#issuecomment-782439268, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKTTJCIVR6YJ5M3AHIK5CQTS73VQRANCNFSM4X5BL6MQ.
Adding a random test container.