Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow to override docker command and user #783

Merged
merged 11 commits into from
Oct 16, 2023

Commits on Jul 21, 2023

  1. feat: allow to override docker command and user

    Add an option to specify a docker command and a docker user.
    
    It is useful if you need to customize your image before running `renovate`.
    
    It maybe a partial option for
    renovatebot/renovate#8804
    
    The idea start from this discussion
    renovatebot/renovate#23500
    CedricCabessa committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2a76121 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix: add e2e test

    CedricCabessa committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2f762aa View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Update example/entrypoint.sh

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    CedricCabessa and viceice committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    901a396 View commit details
    Browse the repository at this point in the history
  2. fix: inline variable

    CedricCabessa committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    854807c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update README.md

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    CedricCabessa and viceice committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    497ab17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4f0e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Update src/renovate.ts

    viceice committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    69cac2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae1de6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update src/renovate.ts

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    CedricCabessa and viceice committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4368fa7 View commit details
    Browse the repository at this point in the history
  2. fix: use camelCase

    CedricCabessa committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    60a47ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5f5fb1 View commit details
    Browse the repository at this point in the history