Git Product home page Git Product logo

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> <channel> <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 2.10.0-1.0.dev.

Push the official images for 1.9.3 like this:

$ ./build_push.sh google stable 1.9.3

The script will only push the :latest tag if the version is a stable version. For developer and beta 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

a14n avatar athomas avatar bruno-garcia avatar caffeineflo avatar domesticmouse avatar donny-dont avatar enyo avatar gmpassos avatar jonasfj avatar kevmoo avatar kkazuo avatar mkustermann avatar sgjesse avatar whesse avatar wibling avatar

Watchers

 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.