We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da7eff0 + 056ea4b commit 1c013abCopy full SHA for 1c013ab
Dockerfile
@@ -34,6 +34,9 @@ RUN apt-get -y install \
34
RUN mkdir -p /root/.docker && \
35
echo '{"credsStore": "ecr-login"}' > /root/.docker/config.json
36
37
+# Make a symlink for dockerd so it can be found by codebuild
38
+RUN ln -s /usr/bin/dockerd /usr/local/bin/dockerd
39
+
40
# Add amazon-ecr-credential-helper to PATH
41
ENV PATH="/usr/bin:$PATH"
42
0 commit comments