Skip to content

Commit

Permalink
Change form of AWS_ACC
Browse files Browse the repository at this point in the history
  • Loading branch information
kobl1nhs committed Mar 18, 2024
1 parent 0f982b9 commit fb50ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG VERSION=latest
ARG OS=debian
ARG CLI_NAME=toolbox
ARG AWS_ACC

FROM cloudposse/geodesic:$VERSION-$OS

Expand Down Expand Up @@ -73,7 +74,7 @@ ENV AWS_DEFAULT_REGION=us-east-1
ENV AWS_DEFAULT_SHORT_REGION=ue1
ENV AWS_REGION_ABBREVIATION_TYPE=fixed

ENV DOCKER_IMAGE="$AWS_ACC.dkr.ecr.eu-west-2.amazonaws.com/uec-sf/sfrunner"
ENV DOCKER_IMAGE="${AWS_ACC}.dkr.ecr.eu-west-2.amazonaws.com/uec-sf/sfrunner"
ENV DOCKER_TAG="latest"

ENV JAVA_HOME=/usr/lib/jvm/temurin-20-jdk-arm64
Expand Down

0 comments on commit fb50ac3

Please sign in to comment.