Skip to content

Commit 7be760b

Browse files
[PRM-495] Hardcoded GoCD account s3 forwarder image in dockerfile
1 parent b9f9fad commit 7be760b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/mesh-forwarder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG IMAGE_TAG=image_tag \
2-
ENV=bucket
3-
FROM ${ENV}.dkr.ecr.eu-west-2.amazonaws.com/deductions/mesh-inbox-s3-forwarder:latest
1+
# TODO PRM-495 reintroduce IMAGE_TAG later - We've hardcoded the last image tag as a quick fix. THIS SHOULD NOT BE A PERMANENT SOLUTION.
2+
#ARG IMAGE_TAG=image_tag
3+
FROM registrations/mesh-inbox-s3-forwarder:3c468a36
44

55
RUN whoami
66
USER root

0 commit comments

Comments
 (0)