Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lava
  • lavalava
  • Merge requests
  • !2108

Merged
Created May 23, 2023 by Chase Qi@chase-qiMaintainer

docker-worker: don't use cache when building custom image

  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 5

Use docker build --no-cache by default to force a clean build when restarting docker worker service. This is to make sure the latest dependences defined in Dockerfile are built into the custom image, typically when the depends are pull from git repo or downloaded from internet.

Add --use-cache to allow to override the default behavior.

Signed-off-by: Chase Qi chase.qi@linaro.org

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: force-build