Code Monkey home page Code Monkey logo

Comments (1)

aloysbaillet avatar aloysbaillet commented on June 3, 2024

At the moment a single commit on master can potentially spawn around 83 individually versioned docker images (as seen here:

).
I've just tested the manual creation of a release (https://github.com/AcademySoftwareFoundation/aswf-docker/releases/tag/ci-common-1.4) and I'm wondering if I could automate the creation of a release using the aswfdocker python library, then running a manual build on Azure would fetch the tags on master's current commit and build docker images that correspond.

The release process would then be:

  1. run aswfdocker release -t PACKAGE clang,qt which would fetch the current version from the constants.py file (or get it from a new versions.yaml resource). This would create the GitHub releases, with release notes and that would generate the appropriate git tags (`ci-package-clang-1.1,ci-package-qt-2018.1,ci-package-qt-2019.1,ci-package-qt-2020.1). The creation of the release should be also doable manually via the GitHub interface, the script is just a convenience when authoring large number of packages.
  2. run a manual build on Azure which would fetch the tags on the given commit, then build and push the corresponding images to dockerhub.

Thoughts?

from aswf-docker.

Related Issues (20)

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.