GithubHelp home page GithubHelp logo

pkdevboxy / dart_docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dart-archive/dart_docker

0.0 2.0 0.0 40 KB

Docker images for Dart

License: Other

Shell 80.27% Dart 15.09% CSS 2.31% HTML 2.32%

dart_docker's Introduction

dart_docker

This repository contains the sources for the following docker base images:

Deployment of a new version

The script build-push.sh will take care of building images and pushing to them the official Docker registry.

To push a new version run the following command:

$ ./build-push.sh <namespace> <version>

For the official image use the namespace google. For testing use a personal/temporary namespace. The version is the literal Dart version you want to build and push, e.g. 1.9.3 or 1.10.0-dev-1.0.

Push the official images for 1.9.3 like this:

$ ./build-push.sh google 1.9.3

The script will only push the :latest tag if the version is a stable version. For developer versions only the version tag will be pushed.

The script receives the Dart SDK from the official Debian repository. For the script to work the version you push must exist in the official Debian repository.

NOTE: Any stable version will push the :latest tag, so beware if building for an older stable version.

NOTE: Even though the script will only push the :latest tag for stable versions the :latest tag in the local repository is updated when building and pushing developer versions.

Local testing

The build-push.sh script can also be used for testing the images. Just pass a namespace you don't have access to (e.g. google_test). Then all the images will be build locally, but the push to hub.docker.com will fail.

For testing with a custom build of Dart where an already built Dart .deb file is used the script build_custom.sh can be used.

dart_docker's People

Contributors

donny-dont avatar enyo avatar kevmoo avatar mkustermann avatar sgjesse avatar whesse avatar wibling avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.