Skip to content

Commit

Permalink
CONCD-137 reduce kibana-proxy image size (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkueloc authored Aug 8, 2022
1 parent 321cc20 commit d9ac8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana-proxy/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -eu -o pipefail
AWS_ACCOUNT_ID="$(aws sts get-caller-identity --output=text --query "Account")"
eval "$(aws ecr get-login --no-include-email --region us-east-1)"

docker build -t concordia/kibana-proxy .
docker build --no-cache --pull -t concordia/kibana-proxy .
docker tag concordia/kibana-proxy:latest "${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/concordia/kibana-proxy:latest"
docker push "${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/concordia/kibana-proxy:latest"

0 comments on commit d9ac8db

Please sign in to comment.