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

Accept image names with library/ prefix as a valid substitute #6174

Merged
merged 11 commits into from
Dec 14, 2022

Commits on Nov 14, 2022

  1. Accept image names with library/ prefix as a valid substitute

    Docker official images can be pulled with or without `library/`
    prefix as part of the image name. For example, `mysql` or
    `library/mysql`. This is explicit when using private repositories.
    eddumelendez committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9f694e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5117c55 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. fix

    eddumelendez committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7b01bf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fff180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65cf233 View commit details
    Browse the repository at this point in the history
  4. add prefix to alpine

    eddumelendez committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9c803a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Improve logic

    eddumelendez committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6a008ef View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    3daf95d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    2fef0b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    6d240ba View commit details
    Browse the repository at this point in the history
  2. Fix comment

    eddumelendez committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e0807e7 View commit details
    Browse the repository at this point in the history