Skip to content

Commit

Permalink
Merge pull request pelican-eggs#2160 from parkervcp/update-dart
Browse files Browse the repository at this point in the history
Dart: add 2.18 and 2.19 image as an option
  • Loading branch information
parkervcp authored Feb 24, 2023
2 parents 097bf4d + acaa89a commit 5e0d22b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions generic/dart/egg-dart-generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-07-07T16:11:46-07:00",
"exported_at": "2023-02-24T17:58:34+01:00",
"name": "dart generic",
"author": "alden@knoban.com",
"description": "A generic dart CLI egg.\r\n\r\nThis will clone a dart CLI application. it defaults to master if no branch is specified.\r\n\r\nInstalls the pubspec.yaml packages on run. If you set user_upload then I assume you know what you are doing.",
"features": null,
"docker_images": {
"ghcr.io/parkervcp/yolks:dart_2.17": "ghcr.io/parkervcp/yolks:dart_2.17"
"Dart_2.19": "ghcr.io\/parkervcp\/yolks:dart_2.19",
"Dart_2.18": "ghcr.io\/parkervcp\/yolks:dart_2.18",
"Dart_2.17": "ghcr.io\/parkervcp\/yolks:dart_2.17"
},
"file_denylist": [],
"startup": "if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == \"1\" ]]; then git pull; fi; dart pub get; dart run",
Expand Down

0 comments on commit 5e0d22b

Please sign in to comment.