Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 9, 2021

  1. Merge pull request #42981 from frobnicaty/patch-1

    Fix grammar for "does not exist"
    Upstream-commit: 8955d8da8951695a98eb7e15bead19d402c6eb27
    Component: engine
    tianon committed Dec 9, 2021
  2. Merge pull request #3384 from crazy-max/ci-glibc

    ci: add glibc to build matrix
    Upstream-commit: 6fbf81690162a085574f20243ef3900dd9b4e8c0
    Component: cli
    thaJeztah committed Dec 9, 2021
  3. ci: add glibc to build matrix

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    Upstream-commit: 3425e9dc3c054bd62489c3ca03feafd16e573c67
    Component: cli
    crazy-max committed Dec 9, 2021
  4. Merge pull request #3372 from knocte/patch-1

    docker exec cli docs: show 2 env vars, not just 1
    Upstream-commit: 548fd200875b1dc41500f86f0a822c04ca8c268a
    Component: cli
    thaJeztah committed Dec 9, 2021
  5. Merge pull request #602 from crazy-max/update-buildx-0.7.1

    update buildx to v0.7.1
    Upstream-commit: 676373e0d82a43b948557172b80b0cce408e1371
    Component: packaging
    thaJeztah committed Dec 9, 2021
  6. Merge pull request #603 from glours/update-docker-scan

    update Docker Scan version to 0.10.0
    Upstream-commit: 64959366c5979242b7b00160f0ca2fbf3f89d19d
    Component: packaging
    thaJeztah committed Dec 9, 2021

Commits on Dec 8, 2021

  1. docker exec cli docs: show 2 env vars, not just 1

    This way it's more clear for the reader that the flag can be used
    more than once.
    
    Signed-off-by: Andres G. Aragoneses <knocte@gmail.com>
    Upstream-commit: 418dbc4e77b31bffa0d1b7f9848539573fcb2438
    Component: cli
    knocte committed Dec 8, 2021
  2. Merge pull request #3360 from jlecordier/patch-1

    fix missing closing parenthese
    Upstream-commit: e156f9b76639e0577f95f9ec12eb6d4e040d984e
    Component: cli
    thaJeztah committed Dec 8, 2021
  3. Merge pull request #43062 from AkihiroSuda/runc-1.0.3

    Bump up runc v1.0.3
    Upstream-commit: d456264580cf21de8f22d678afd0cf5decfea36a
    Component: engine
    cpuguy83 committed Dec 8, 2021
  4. update Docker Scan version to 0.10.0

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    Upstream-commit: 3e8c7f7b2995a85cec9a4bbce444c557fe987854
    Component: packaging
    glours committed Dec 8, 2021
  5. added missing closing parenthese

    Signed-off-by: jlecordier <jeanlecordier@hotmail.fr>
    Upstream-commit: a185143707f4f159bc96709ad8a718450b9f7c8b
    Component: cli
    jlecordier committed Dec 8, 2021
  6. Merge pull request #3105 from larstomas/patch-1

    Change IO order in description
    Upstream-commit: a34e921be75080b0baf7595993ea1fcc8b740047
    Component: cli
    thaJeztah committed Dec 8, 2021
  7. Merge pull request #2976 from JonZeolla/fix-docker-run-env-docs

    Fix mistake with env var example in docker run docs
    Upstream-commit: d18275a90ce09a287a284f66b05be0943dd3c397
    Component: cli
    thaJeztah committed Dec 8, 2021
  8. Change IO order in description

    Change the order of received/written and sent/read in NET I/O and BLOCK I/O description reflect the order in I/O (Input/Output).
    
    From example above:
    CONTAINER NAME: awesome_brattain
    BLOCK I/O: 147kB / 0B
    
    awesome_brattain has written 147kB and read 0B
    
    Signed-off-by: Tomas Bäckman <larstomas@gmail.com>
    Upstream-commit: c6636d4d658065f2ce72902271de58728debad99
    Component: cli
    larstomas authored and thaJeztah committed Dec 8, 2021
  9. Merge pull request #3142 from govindrai/patch-1

    Add information on WORKDIR
    Upstream-commit: 5e0f1b9dccdea990a97c21ccbb202266e004f069
    Component: cli
    thaJeztah committed Dec 8, 2021
  10. Merge pull request #3164 from tnir/dockerfile-syntax

    Fix the (dead) link for docs for Dockerfile syntax reference
    Upstream-commit: 6067738955a60b307258a4bc2f5ac77eeb460424
    Component: cli
    thaJeztah committed Dec 8, 2021
  11. Merge pull request #3256 from thaJeztah/cleanup_rootcommand

    cli.SetupRootCommand(): minor cleanup
    Upstream-commit: ed86571bfa0ed7f33421193fa967749fd09eb660
    Component: cli
    silvin-lubecki committed Dec 8, 2021
  12. Merge pull request #3276 from brdbkr/master

    Fixing typo (his --> its)
    Upstream-commit: a0720cb07186f9d28917435117bd09063094051e
    Component: cli
    thaJeztah committed Dec 8, 2021
  13. Merge pull request #3282 from Gsealy/table-format

    format create.md table
    Upstream-commit: 469fe5733ecfd21a1328485fb91dc926656936db
    Component: cli
    thaJeztah committed Dec 8, 2021
  14. Merge pull request #3382 from mikedalton/docs-typo-fix

    Update Ubuntu version number references in push.md
    Upstream-commit: aa280d2879fb054a1cd76a84e8973f2c522a0805
    Component: cli
    thaJeztah committed Dec 8, 2021
  15. Update Ubuntu version number references in push.md

    Ubuntu version references were a mixture of 14.04 (in descriptions) and 20.04 (in example code). Updated description references to 20.04 to match example code.
    
    Signed-off-by: Mike Dalton <mikedalton@github.com>
    Upstream-commit: 6ad2ceba3c9732e7e039f182f1761951bc7f837a
    Component: cli
    mikedalton committed Dec 8, 2021
  16. Merge pull request #43064 from thaJeztah/bump_go_1.17.4

    Update Go to 1.17.4
    Upstream-commit: 87521affb077c5a041c2c1ef7f081979e3df4d50
    Component: engine
    tianon committed Dec 8, 2021

Commits on Dec 7, 2021

  1. Merge pull request #3365 from crazy-max/gha-test

    ci: github actions test workflow
    Upstream-commit: 4db5a4f82d1ac4fe503630a6cc62a5accc4f016f
    Component: cli
    thaJeztah committed Dec 7, 2021
  2. ci: github actions test workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    Upstream-commit: 4d93717ae5615a7a8960b833a30fea2077805148
    Component: cli
    crazy-max committed Dec 7, 2021
  3. Merge pull request #3379 from thaJeztah/bump_go_1.16.11

    Update Go to 1.16.11
    Upstream-commit: ba0ace05b64e9f574b145a2a0e3b4707aabc5816
    Component: cli
    silvin-lubecki committed Dec 7, 2021

Commits on Dec 6, 2021

  1. Update Go to 1.16.11

    go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the
    net/http, net/http/httptest, and time packages. See the Go 1.16.11 milestone on
    the issue tracker for details:
    
    https://github.com/golang/go/issues?q=milestone%3AGo1.16.11+label%3ACherryPickApproved
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    Upstream-commit: dedd4b79ca4165573757e53aa036233508c5f478
    Component: cli
    thaJeztah committed Dec 6, 2021
Older