alexa-auto-sdk icon indicating copy to clipboard operation
alexa-auto-sdk copied to clipboard

CI prepare build Docker images

Open hannesa2 opened this issue 2 years ago • 2 comments

I made a pull request which build Docker images and upload image to https://hub.docker.com/ to be able to use it in a github action. To do so, I run into several issues which I solve with this pull request

  • harmonized usage of git-lfs. It makes your .gitattributes in each extension obsolete
  • Install git-lfs in Docker image, it helps when you check in extensions in private repositories
  • fix Docker build

hannesa2 avatar Jun 27 '22 07:06 hannesa2

@MuniSakkuru Just to point out what's currently broken, you can see here in this pull request https://github.com/hannesa2/alexa-auto-sdk-public/pull/2 why it's failing. image

hannesa2 avatar Jun 30 '22 06:06 hannesa2

Btw, to make the Docker image really useful out of the box, two things are missing

  • Java 11
  • complete Android stack

hannesa2 avatar Jun 30 '22 09:06 hannesa2