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

[Task]: Use build sha for base images in docker file + dependabot to update them. #15307

Open
2 tasks
KevinMind opened this issue Jan 27, 2025 · 1 comment
Open
2 tasks
Labels
repository:addons-server Issue relating to addons-server

Comments

@KevinMind
Copy link
Contributor

KevinMind commented Jan 27, 2025

Description

We can avoid fetching build manifest for upstream images in our set up by pinning the versions to a specific build sha. If that image is on your local registry docker will just use it. This better enables offline development by removing the need to ping dockerhub regularly.

We can use dependabot to keep these images up to date and proactively maintain our base systems.

Example:

version: 2
updates:
  - package-ecosystem: "docker"
    directory: "/"
    schedule:
      interval: "daily"

Acceptance Criteria

Milestones/checkpoints

Preview Give feedback

Checks

  • If I have identified that the work is specific to a repository, I have removed "repository:addons-server" or "repository:addons-frontend"

┆Issue is synchronized with this Jira Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repository:addons-server Issue relating to addons-server
Projects
None yet
Development

No branches or pull requests

2 participants