I am trying to create a pipe image and upload it to AWS ECR to use.
```
#Dockerfile
FROM atlassian/pipelines-awscli
RUN apk add --update docker openrc
RUN rc-update add docker boot
```
The calling method is as follows.
```
```
I tried to build docker inside the script created with the pipe image, but it is confirmed that the docker deamon cannot be found.
Is there any way?
Hi @Ray and welcome to the community.
Which command is giving you an error that the docker daemon cannot be found?
Is it the following command where you are using the pipe?
pipe: docker://$ECR_REPOSITORY/$MY_PIPE_IMAGE:latest
Or a different command where you are building the pipe's image?
Could you please post here both the command that is failing and also the full output of the command? (Please mask/replace private/sensitive data from the output prior to sharing, if any)
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.