Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Support daemonless, unprivileged Docker builds with img #970

Merged
merged 14 commits into from
Jan 14, 2021
Merged

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    2cad7a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3cf17 View commit details
    Browse the repository at this point in the history
  3. Update dockerfile for img

    mitchellh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    38213be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d507834 View commit details
    Browse the repository at this point in the history
  5. builtin/docker: tweak ux

    mitchellh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    cee84c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    964fd32 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. internal/pkg/epinject: AlterEntrypointImg

    Alter the entrypoint using "img"
    mitchellh committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    7f3c3fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fd2f43 View commit details
    Browse the repository at this point in the history
  3. go.mod

    mitchellh committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d1b5dd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0aec6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b43611 View commit details
    Browse the repository at this point in the history
  6. internal/runner: step IDs must increment across multiple stepgroups

    Previously, the step ID was calculated based on `len(sg.steps)` which
    ensured that it was always unique for each new step. But this is only
    true as long as there is only one step group ever created.
    
    In cases where multiple step groups are created, this caused old steps
    to be reused and it caused some confusing terminal behavior (old lines
    would be overwritten as the UI framework did its best to update them).
    
    This moves the step ID counter to the UI level so it is guaranteed to be
    monotonically increasing for all steps for that UI.
    mitchellh committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    2b01db2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10201c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Merge pull request #974 from hashicorp/f-img-registry

    Daemonless, unprivileged Docker registry implementation
    mitchellh authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a3bf809 View commit details
    Browse the repository at this point in the history