1. 23 Nov, 2022 4 commits
  2. 18 Nov, 2022 1 commit
    • Ilkka Poutanen's avatar
      Install git before github-cli (#301) · 173c7ca3
      Ilkka Poutanen authored
      * Install git before github-cli
      
      If building a devcontainer on e.g. `debian:bullseye`, github-cli installation can fail due to git not being installed yet:
      
      ```
      0 13.38 2022-11-18 13:37:19 (6.08 MB/s) - 'gh_2.20.2_linux_amd64.deb' saved [10
      176698/10176698]
      #0 13.38
      #0 13.40 Selecting previously unselected package gh.
      #0 13.41 (Reading database ... 13628 files and directories currently installed.)
      #0 13.41 Preparing to unpack .../gh_2.20.2_linux_amd64.deb ...
      #0 13.41 Unpacking gh (2.20.2) ...
      #0 13.65 dpkg: dependency problems prevent configuration of gh:
      #0 13.65  gh depends on git; however:
      #0 13.65   Package git is not installed.
      #0 13.65
      #0 13.65 dpkg: error processing package gh (--install):
      #0 13.65  dependency problems - leaving unconfigured
      #0 13.66 Errors were encountered while processing:
      #0 13.66  gh
      #0 13.67 ERROR: Feature "GitHub CLI" (ghcr.io/devcontainers/features/github-cli)
       failed to install! Look at the documentation at https://github.com/devcontainer
      s/features/tree/main/src/github-cli for help troubleshooting this error.
      ```
      
      * bump version
      Co-authored-by: 's avatarJosh Spicer <josh@joshspicer.com>
      173c7ca3
  3. 17 Nov, 2022 2 commits
    • Samruddhi Khandale's avatar
      Oryx: Build with .NET 6 (#298) · 3fc9604d
      Samruddhi Khandale authored
      * Oryx: Install dotnet 3.1 runtime
      
      * fix tests
      
      * build with .NET 6 + add tests
      
      * add tests
      
      * fix tests
      
      * shellcheck: nit
      3fc9604d
    • etienne-chrp's avatar
      Add Gradle and Maven version parameters to Java (#263) · be4f0498
      etienne-chrp authored
      * Refactor java feature tests grep syntax
      
      The grep with pipe syntax was creating problems with the check helper
      
      Change them in favour of process substitution syntax
      
      * Fix java feature tests about java version
      
      Java 18 is not available anymore in SDKMAN
      
      Some tests asserts were generating false positives
      
      * Add Gradle and Maven version parameters to Java
      be4f0498
  4. 16 Nov, 2022 1 commit
  5. 15 Nov, 2022 4 commits
  6. 14 Nov, 2022 6 commits
  7. 12 Nov, 2022 6 commits
  8. 11 Nov, 2022 1 commit
  9. 07 Nov, 2022 1 commit
  10. 03 Nov, 2022 1 commit
  11. 02 Nov, 2022 1 commit
  12. 01 Nov, 2022 6 commits
  13. 31 Oct, 2022 2 commits
  14. 28 Oct, 2022 4 commits