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

chore: update docker dependencies #181

Merged
merged 2 commits into from
Feb 13, 2024
Merged

chore: update docker dependencies #181

merged 2 commits into from
Feb 13, 2024

Conversation

shibbas
Copy link
Contributor

@shibbas shibbas commented Feb 12, 2024

Purpose

Opening a local version of the repo causes issues with using the docker daemon. This version of docker does not cause conflicts.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
Deployed.

What to Check

Verify that the following are valid

  • ...

Other Information

@@ -11,7 +11,7 @@
"ghcr.io/devcontainers/features/node:1": {
"version": "18"
},
"ghcr.io/devcontainers/features/docker-in-docker:1": {
"ghcr.io/devcontainers/features/docker-in-docker:2.9.0": {
Copy link
Contributor

Choose a reason for hiding this comment

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

We should just use 2 as the feature version to get updates and fixes, and the "version": 20 below can be removed as the docker buildx issues has been fixed now

@@ -11,7 +11,7 @@
"ghcr.io/devcontainers/features/node:1": {
"version": "18"
},
"ghcr.io/devcontainers/features/docker-in-docker:2.9.0": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
Copy link
Member

Choose a reason for hiding this comment

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

@sinedied can you please approve?

@shibbas shibbas merged commit 09d23cd into main Feb 13, 2024
6 checks passed
@sinedied sinedied deleted the update-docker-dependencies branch February 29, 2024 08:21
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.

3 participants