Skip to content

0.0.9

Compare
Choose a tag to compare
@JoshuaSchlichting JoshuaSchlichting released this 27 Aug 21:23
· 18 commits to master since this release

Full Changelog: 0.0.6...0.0.9

Since 0.0.6, the following have been added:

  • Default PYTHON_IMAGE_VERSION is now pulled from ./pyproject.toml if this file exists.
  • If Nexus environment variables are detected, causing Nexus secrets to be injected into the container, then Poetry will be automatically configured to use Nexus:
    RUN --mount=type=secret,id=nexus,uid=1000 . /run/secrets/nexus \
        && poetry config repositories.nexus $NEXUS_PYPI_URL \
        && poetry config http-basic.nexus $NEXUS_PYPI_USER $NEXUS_PYPI_PASSWORD