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 dependencies in devcontainer Dockerfile #396

Open
2 tasks
github-actions bot opened this issue Sep 10, 2023 · 0 comments
Open
2 tasks

Update dependencies in devcontainer Dockerfile #396

github-actions bot opened this issue Sep 10, 2023 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@github-actions
Copy link

We have pinned the linux dependencies in the devcontainer Dockerfile, but there is no mechanism to automatically update them, currently. It looks like it's on Dependabot's roadmap, so this GitHub Issue gets automatically created every 6 months to:

  • update the dependencies manually:
    1. Temporarily unpin the versions (i.e. remove =<version> from each package in the Dockerfile)
    2. Execute the Dockerfile (e.g. if it's a remote container Dockerfile build the remote container)
    3. Run apt-cache policy <package> for each package, to see the version installed
    4. Pin all the versions, replacing any old versions with new ones
  • see if Dependabot now offer this functionality (in which case we can do it automatically, from then on)
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant