Skip to content

repo for the cyberdojo/languages-start-points Docker image; a cyber-dojo microservice

License

Notifications You must be signed in to change notification settings

cyber-dojo/languages-start-points

Repository files navigation

Github Action (main)


The preferred way to create a language start-point image is using 'tagged' urls (where the seven character url prefix is the first seven characters of a commit sha for the url).
Eg, this command uses the cyber-dojo bash script to create a start-point image for 5 Ruby test-frameworks:

   cyber-dojo start-point create ruby-all \
      --languages \
        e889c83@https://github.com/cyber-dojo-start-points/ruby-approval \
        c1b2910@https://github.com/cyber-dojo-start-points/ruby-cucumber \
        6b72590@https://github.com/cyber-dojo-start-points/ruby-minitest \
        a9bd3a6@https://github.com/cyber-dojo-start-points/ruby-rspec    \
        3663c6f@https://github.com/cyber-dojo-start-points/ruby-testunit

Eg, this command uses the cyber-dojo bash script to create an (untagged) start-point image for all test-frameworks in all languages:

  cyber-dojo start-point create cyberdojo/languages-start-points \
    --languages \
      $(cat git_repo_urls.tagged)

cyber-dojo.org home page