Context
After PR #1357, the default task has been changed to docker-images:package, which requires the docker binary and the builds plugin to be available in the build environment.
Problem
For users who build inside containers, these dependencies may not be available. We need to either:
- Create a new build container image with Docker support, or
- Add Docker to the existing
clp-core-dependencies-x86-ubuntu-jammy image
References
Requested by: @junhaoliao
Context
After PR #1357, the default task has been changed to
docker-images:package, which requires thedockerbinary and the builds plugin to be available in the build environment.Problem
For users who build inside containers, these dependencies may not be available. We need to either:
clp-core-dependencies-x86-ubuntu-jammyimageReferences
clp-package; Change default taskfile task todocker-images:package. #1357clp-package; Change default taskfile task todocker-images:package. #1357 (comment)Requested by: @junhaoliao