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

[MRG] Improve docs on Dockerfile escape hatch #1271

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 18, 2023

  1. Support Sphinx >=6.x

    sphinx-doc/sphinx#11094
    
    `extlinks` config expects a formatting slug in the caption portion of
    its config. Without it, Sphinx 6.x throws:
    
        Exception occurred:
          File "/path/to/site-packages/sphinx/ext/extlinks.py", line 103, in role
            title = caption % part
        TypeError: not all arguments converted during string formatting
    mfisher87 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c2a3750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f610e1b View commit details
    Browse the repository at this point in the history
  3. Warn of unexpected behavior when creating a Dockerfile from debug output

    When creating a Dockerfile from redirecting debug output, `repo2docker`
    sees the initially-empty `Dockerfile` and that influences its output
    (since `Dockerfile` is empty, `repo2docker` outputs nothing).
    mfisher87 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e1ce6f5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Correct my misunderstanding and add documentation that would have hel…

    …ped past me
    
    I did not see the "Can I use repo2docker to bootstrap my own
    Dockerfile?" FAQ the first time through. I've linked it from the part
    that I _did_ see so hopefully the next person through (maybe me in 6
    months) won't have the same misunderstanding!
    mfisher87 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e4c2b41 View commit details
    Browse the repository at this point in the history