Move devcontainer image reference into Dockerfile#37
Conversation
dependabot can only check for devcontainer feature updates, but not image updates. Via the Dockerfile we work around this by using the docker ecosystem.
| @@ -0,0 +1 @@ | |||
| FROM ghcr.io/eclipse-score/devcontainer:v1.1.0 | |||
There was a problem hiding this comment.
intentionally not using the most recent version for testing
|
It is expected that QNX builds fail, because the SDK cannot be downloaded. See eclipse-score/.eclipsefdn#141 |
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
@lurtz the ticket you linked was closed 2 weeks ago as completed?! |
It has been reopened before closing it again. It seems the devcontainer ecosystem can only update devcontainer features, but not images. Because there was no pull request linked, I would be surprised that there is any change since it has been reopened and closed again. |
dependabot can only check for devcontainer feature updates, but not image updates. Via the Dockerfile we work around this by using the docker ecosystem.
See also eclipse-score/score#2393 and dependabot/dependabot-core#7000 (comment)