Giter Site home page Giter Site logo

Comments (3)

swcurran avatar swcurran commented on June 8, 2024

That was the intention of the "acapy-master" type idea. That there be an "acapy" version that ALWAYS pulled from PyPi to do the build, and there would be an "acapy-version:0.5.5" that had a different dockerfile that would pull from the aries-cloudagent-python repo with either the latest or by the tag specified following the ":".

It's tricky since the build and run steps are different, so the "acapy-version:0.5.5" would be specified at build time, and then the run would using "acapy-version" would just use whatever image was last created. Then you could run a version against "acapy" -- the current release.

Someone started to add that feature, but it didn't get finished and I haven't got back to it. It needs just some fun bash scripting to make that work.

from aries-agent-test-harness.

TimoGlastra avatar TimoGlastra commented on June 8, 2024

I would suggest to not make the run and build steps different. Not specifying the version at runtime would mean you can't test ACA-Py 0.5.5 for interoperability with ACA-Py 0.5.4, which would be a great addition I think.

So it would work something like:

./manage build -a [email protected] -a [email protected] -a acapy -a acapy@master

./manage start -d [email protected] -a [email protected] -b acapy -f acapy@master

If no version is specified during build time the last PyPi image will be taken. If a version is used the tag / branch will be used from github.


Implementation wise we could do this by building the same docker image with different tags and check which are available when running.

from aries-agent-test-harness.

swcurran avatar swcurran commented on June 8, 2024

This is a dup of #51.

from aries-agent-test-harness.

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.