1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

test commit

This commit is contained in:
Torsten Dittmann 2021-01-20 16:28:45 +01:00
parent 033a7f2bfc
commit a5719ca5e4
3 changed files with 20 additions and 8 deletions

View file

@ -83,12 +83,12 @@ return [
'build' => '/usr/src/code/docker/environments/deno-1.6',
'logo' => 'deno.png',
],
// 'dart-2.8' => [
// 'name' => 'Dart',
// 'version' => '2.8',
// 'base' => 'google/dart:2.8',
// 'image' => 'appwrite/env-dart:2.8',
// 'build' => '/usr/src/code/docker/environments/dart-2.8',
// 'logo' => 'dart.png',
// ],
'dart-2.10.4' => [
'name' => 'Dart',
'version' => '2.10.4',
'base' => 'google/dart:2.10.4',
'image' => 'google/dart:2.10.4',
'build' => '/usr/src/code/docker/environments/dart-2.10.4',
'logo' => 'dart.png',
],
];

View file

@ -29,3 +29,6 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/386,linux/ppc64le -
echo 'Ruby 3.0...'
docker buildx build --platform linux/amd64,linux/arm64,linux/386,linux/ppc64le -t appwrite/env-ruby-3.0:1.0.0 ./docker/environments/ruby-3.0/ --push
echo 'Dart 2.10.4...'
docker buildx build --platform linux/amd64,linux/arm64,linux/386,linux/ppc64le -t appwrite/env-dart-2.10.4:1.0.0 ./docker/environments/dart-2.10.4/

View file

@ -0,0 +1,9 @@
FROM google/dart:2.10.4
LABEL maintainer="team@appwrite.io"
RUN apk add tar
RUN mkdir /usr/local/src
WORKDIR /usr/local/src/