脆弱性スキャンツールのスリム化に伴う修正
This commit is contained in:
parent
2f38c1c526
commit
08580204a2
@ -2,6 +2,10 @@
|
||||
|
||||
cd ../../ecs/dataimport/ || { echo "Error: ディレクトリ変更に失敗しました"; exit 1; }
|
||||
|
||||
pipenv update
|
||||
|
||||
docker pull python:3.12-slim-bookworm
|
||||
|
||||
aws ecr get-login-password --region ap-northeast-1 | docker login --username AWS --password-stdin 826466435614.dkr.ecr.ap-northeast-1.amazonaws.com
|
||||
|
||||
docker build -t mbj-newdwh2021-staging-ecr . --no-cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user