-2

I'm working on Setup Yocto Environment using Dockerfile through Jenkins. enter image description here I need to execute commands step by step in Dockerfile. I'm able to download repo using curl command successful. Getting errors in repo init execution Can anyone help me on thisenter image description here

Balu7
  • 63
  • 2
  • 8

1 Answers1

0

There is CROPS project that has a Docker image for Yocto.

For more details check this link.

Also, there is the KAS project which has support for Docker.

Check think link to know how to transform your repo manifest into kas file and than use Docker.

Talel BELHADJSALEM
  • 3,199
  • 1
  • 10
  • 30
  • Here we need to take client base image only and outside images not allowed like from docker hub. So we created Dockerfile in this top client base image from artifactory and executed all related commands step by step. – Balu7 Apr 26 '22 at 23:31