Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile and update Makefile #292

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bensuperpc
Copy link

@bensuperpc bensuperpc commented Jun 1, 2021

Update Dockerfile and update Makefile:

  • Remove old dockerfile
  • Add new dockerfile with debian debian:bullseye-slim
  • Update makefile with new dockerfile

Docker repos exemple : https://github.com/Bensuperpc/Docker-Ndless
Docker hub : https://hub.docker.com/r/bensuperpc/ndless

Signed-off-by: Bensuperpc [email protected]

Update Dockerfile and update Makefile:
- Remove old dockerfile
- Add new dockerfile with debian debian:bullseye-slim
- Update makefile with new dockerfile

Signed-off-by: Bensuperpc <[email protected]>
Fix makefile error and Github action

Signed-off-by: Bensuperpc <[email protected]>
Copy link
Contributor

@Vogtinator Vogtinator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO the split of toolchain + SDK images is important to avoid unnecessary rebuilds. While locally there is a cache, there isn't in the CI environment, so only rebuilding the toolchain image on manual triggers makes more sense.

Currently it uses bullseye for building the toolchain and SDK and buster for the SDK image, any reason for that? Copying binaries from newer to older releases is not going to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants