lmenezes / cerebro-docker

official cerebro docker image
118 stars 40 forks source link

Use GitHub Actions to auto build Docker (amd64 and arm64 multiarch) and push to GitHub Container Registry #15

Closed rpardini closed 2 years ago

rpardini commented 3 years ago

Hi, I needed an arm64 version of the image, so I forked and implemented. I also bumped openjdk to latest 11. That base image is already arm64 enabled. So here's the Github Actions incantation, in case you might want it. (It does not publish to DockerHub so I can keep it secret-free)

gillg commented 3 years ago

I wait for it too !

rpardini commented 3 years ago

I wait for it too !

Try https://github.com/rpardini/cerebro-docker/pkgs/container/cerebro-docker

applike-ss commented 2 years ago

@lmenezes mind merging?

moliware commented 2 years ago

I'm merging this. Thank you!

rpardini commented 2 years ago

Hi @moliware thanks for the merge. I see packages are already published. With the hardening merge later, the FROM for the last stage ended up with the specific jre version... can you fix or should I send another PR?

moliware commented 2 years ago

If you could send another PR, that would be awesome. I'll take care of it as soon as possible