You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.