Skip to content
Snippets Groups Projects
Select Git revision
  • 429_rm_features
  • main default protected
  • release/0.12 protected
  • pages protected
  • release/0.11 protected
  • 175_gva_migration
  • i18n
  • v0.12.0 protected
  • v0.11.2 protected
  • v0.11.1 protected
  • v0.11.0 protected
  • v0.11.0rc0 protected
  • v0.10.0 protected
  • v0.10.0rc1 protected
  • v0.10.0rc0 protected
  • v0.3.0 protected
  • v0.8.1 protected
  • v0.9.0 protected
  • v0.9.0rc protected
  • v0.8.0 protected
  • v0.7.6 protected
  • v0.7.5 protected
  • v0.7.4 protected
  • v0.7.3 protected
  • v0.7.2 protected
  • v0.7.1 protected
  • v0.7.0 protected
27 results

pip-image

  • Moul's avatar
    f803e3e8
    [ci] #388: Add images generation build automation · f803e3e8
    Moul authored
    Introduce Dockerfiles based on latest Python available
    Install silkaj and make it available to the CLI
    Two steps: build, copy
    
    Poetry and pip kinds of images builds:
    - Pip for direct consumers like DeathReaper
    - Poetry for developers, with git in
    
    Manual triggered job to generate the image
    Extensible job definition for future usages
    Rename stage from 'publish' to 'package'
    
    Tag images with the commit hash, the branch, and latest
    Define python version variable and pass it as an ARG to the builds
    f803e3e8
    History
    [ci] #388: Add images generation build automation
    Moul authored
    Introduce Dockerfiles based on latest Python available
    Install silkaj and make it available to the CLI
    Two steps: build, copy
    
    Poetry and pip kinds of images builds:
    - Pip for direct consumers like DeathReaper
    - Poetry for developers, with git in
    
    Manual triggered job to generate the image
    Extensible job definition for future usages
    Rename stage from 'publish' to 'package'
    
    Tag images with the commit hash, the branch, and latest
    Define python version variable and pass it as an ARG to the builds