Azure-Samples / modern-data-warehouse-dataops

DataOps for the Modern Data Warehouse on Microsoft Azure. https://aka.ms/mdw-dataops.
MIT License
570 stars 451 forks source link

Failing devcontainer setup in parking sensor sample due to invalid jdk version #644

Open StromFLIX opened 1 year ago

StromFLIX commented 1 year ago

Description

We introduced a new jdk version, but debian bookworm does not have a jdk 11 version.

1.181 E: Unable to locate package openjdk-11-jdk

Expected Behavior

Reproduce

  1. go to the parking sensor e2e sample
  2. open vs code
  3. run dev container build

fixed by #645