dart-docker
dart-docker copied to clipboard
Docker images for the Dart programming language (https://dart.dev)
Bumps [args](https://github.com/dart-lang/args) from 2.4.2 to 2.5.0. Release notes Sourced from args's releases. package:args v2.5.0 Introduce new typed ArgResults flag(String), option(String), and multiOption(String) methods. Require Dart 3.0. Changelog Sourced from args's...
Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.25.3 to 1.25.4. Release notes Sourced from test's releases. package:test v1.25.4 Add @doNotSubmit to more declarations of the solo parameter. Commits c7a76b0 Also add @doNotSubmit to scaffolding.dart....
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.2 to 1.6.4. Release notes Sourced from dart-lang/setup-dart's releases. v1.6.4 Rebuild JS code to include changes from v1.6.3 v1.6.3 Roll undici dependency to address CVE-2024-30260 and CVE-2024-30261....
There have been numerous instances in the past where publication of images on DockerHub has significantly lagged updates to [`versions.json`](https://github.com/dart-lang/dart-docker/blob/main/versions.json) or where images for an instruction set architecture are missing...
In workflow, `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
Sqlite3
What would be the best way to include Sqlite3 into the image so that it can be used by packages such as [https://pub.dev/packages/drift](url)?
Currently working on Devcontainer Feature (Github/VS Code) for Dart! Would prefer it if Dart Feature mirrors the dart-docker as much as possible. If anyone working on dart-docker would reach out...
Whilst testing container images with AOT binaries created from build images based on #140 I found that they wouldn't run: ``` /myaotbinaryname: error while loading shared libraries: libatomic.so.1: cannot open...
Now dart has stable support for RISC-V. Having the RISC-V container image would be nice.