All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] docker-ce: update to 19.03.13
@ 2020-11-20 18:01 Adrian Freihofer
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Freihofer @ 2020-11-20 18:01 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Adrian Freihofer

This update comprises the following commits:

4484c46d9d Merge pull request #658 from tiborvass/bump_19.03.13
19498650c3 Bump VERSION to 19.03.13
9e4ef2803a Merge component 'engine' from git@github.com:moby/moby 19.03
ac28add3de Merge pull request #41314 from thaJeztah/19.03_backport_fix_racey_logger_test
f0254fd65c Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
c78f28f23a Merge component 'engine' from git@github.com:moby/moby 19.03
e0b868f387 Merge component 'cli' from git@github.com:docker/cli 19.03
2961931781 Merge pull request #493 from thaJeztah/19.03_backport_bump_golang_1.13.15
38ac4c17da Merge pull request #41451 from thaJeztah/19.03_update_buildkit
131aed7afb Merge pull request #2674 from thaJeztah/19.03_backport_bump_golang_1.13.15
b99d176810 Merge pull request #41446 from thaJeztah/19.03_backport_swagger_fixes
340e0f5aae Merge pull request #41312 from thaJeztah/19.03_backport_pass_network_error
71f2583eb1 Merge pull request #41334 from thaJeztah/19.03_backport_bump_golang_1.13.15
0d7a5f477d Merge pull request #40408 from thaJeztah/19.03_backport_update_containerd_1.3
edb9fbffd5 Merge component 'cli' from git@github.com:docker/cli 19.03
bcae92a97a Merge pull request #2720 from thaJeztah/19.03_remove_engine_alias
6c6dd50ae8 Merge pull request #2719 from thaJeztah/19.03_update_buildkit
4056693640 [19.03] vendor: stop using docker/engine fork for vendoring
f6cc6fa133 [19.03] vendor: buildkit v0.6.4-32-gdf89d4dc
d61bf277b8 [19.03] vendor: tonistiigi/fsutil v0.0.0-20191018213012-0f039a052ca1
4024535260 [19.03] vendor: buildkit v0.6.4-32-gdf89d4dc
4a3bea631c Merge component 'cli' from git@github.com:docker/cli 19.03
1cab9568fa Merge pull request #2667 from thaJeztah/19.03_backport_remove_from_index
d48744dd4e Merge pull request #2717 from thaJeztah/19.03_backport_update_git_remote_description
9a44f43fb9 swagger: fix MemTotal units in SystemInfo endpoint
a75083ebf0 docs/build: add note about git subdirectories with BuildKit
de666636a6 Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
772ee04120 Merge pull request #498 from thaJeztah/19.03_backport_bump_buildx
112d03e8ea plugins: update buildx to v0.4.2
ef44b94189 buildx: use v0.4.1
8a18415110 Bump buildx to master to check if it builds on the CI
4d7b3045be Merge component 'cli' from git@github.com:docker/cli 19.03
6002284d4d Merge pull request #2695 from thaJeztah/19.03_backport_fix_vbomml_util
0100e1c0be Replace vbom.ml/util with fvbommel/sortorder
53c69c574e Bump Golang 1.13.15
87867aff90 Bump Golang 1.13.15
76060cc4a0 Bump Golang 1.13.15
8a905386a1 update containerd to v1.3.7
0ffc8f1e55 update containerd to v1.3.6
aff3f55db8 update containerd to v1.3.5
61f6fac7a1 update containerd to v1.3.4
c938231789 update containerd binary to v1.3.3
ba94dd5a0d Update containerd to v1.3.2
13106ca34e Update containerd to v1.3.1
c5ad02b467 update containerd binary v1.3.0
a0edb6a8cb Fix log file rotation test.
b17b2f05b6 Fix flakey test for log file rotate.
efe3cf2163 Replaces ADD with COPY in the COPY section
5a861b676c Check for context error that is wrapped in url.Error
a438db9875 docs: remove docs for —-from=index

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 recipes-containers/docker/docker-ce_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 9835350..768cf25 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \
  subtle and/or glaring issues. \
  "
 
-SRCREV_docker = "ff3fbc9d55de9fce497cd058411f21f4a4dcdb7c"
+SRCREV_docker = "4484c46d9d1a2d10b8fc662923ad586daeedb04f"
 SRCREV_libnetwork = "026aabaa659832804b01754aaadd2c0f420c68b6"
 SRC_URI = "\
 	git://github.com/docker/docker-ce.git;branch=19.03;name=docker \
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization][PATCH] docker-ce: update to 19.03.13
  2020-11-20 18:02 Adrian Freihofer
@ 2020-12-01  4:40 ` Bruce Ashfield
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2020-12-01  4:40 UTC (permalink / raw)
  To: Adrian Freihofer; +Cc: meta-virtualization, Adrian Freihofer

Sorry for the slow reply.

I've been buried in k3s, and already most of these updates are part of
that WIP branch. I also keep moby and docker-ce in sync, so I need to
do that update before can get the next round of updates pushed. I'll
double check against this and come up with a combined branch shortly.

Bruce

On Fri, Nov 20, 2020 at 1:03 PM Adrian Freihofer
<adrian.freihofer@gmail.com> wrote:
>
> This update comprises the following commits:
>
> 4484c46d9d Merge pull request #658 from tiborvass/bump_19.03.13
> 19498650c3 Bump VERSION to 19.03.13
> 9e4ef2803a Merge component 'engine' from git@github.com:moby/moby 19.03
> ac28add3de Merge pull request #41314 from thaJeztah/19.03_backport_fix_racey_logger_test
> f0254fd65c Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
> c78f28f23a Merge component 'engine' from git@github.com:moby/moby 19.03
> e0b868f387 Merge component 'cli' from git@github.com:docker/cli 19.03
> 2961931781 Merge pull request #493 from thaJeztah/19.03_backport_bump_golang_1.13.15
> 38ac4c17da Merge pull request #41451 from thaJeztah/19.03_update_buildkit
> 131aed7afb Merge pull request #2674 from thaJeztah/19.03_backport_bump_golang_1.13.15
> b99d176810 Merge pull request #41446 from thaJeztah/19.03_backport_swagger_fixes
> 340e0f5aae Merge pull request #41312 from thaJeztah/19.03_backport_pass_network_error
> 71f2583eb1 Merge pull request #41334 from thaJeztah/19.03_backport_bump_golang_1.13.15
> 0d7a5f477d Merge pull request #40408 from thaJeztah/19.03_backport_update_containerd_1.3
> edb9fbffd5 Merge component 'cli' from git@github.com:docker/cli 19.03
> bcae92a97a Merge pull request #2720 from thaJeztah/19.03_remove_engine_alias
> 6c6dd50ae8 Merge pull request #2719 from thaJeztah/19.03_update_buildkit
> 4056693640 [19.03] vendor: stop using docker/engine fork for vendoring
> f6cc6fa133 [19.03] vendor: buildkit v0.6.4-32-gdf89d4dc
> d61bf277b8 [19.03] vendor: tonistiigi/fsutil v0.0.0-20191018213012-0f039a052ca1
> 4024535260 [19.03] vendor: buildkit v0.6.4-32-gdf89d4dc
> 4a3bea631c Merge component 'cli' from git@github.com:docker/cli 19.03
> 1cab9568fa Merge pull request #2667 from thaJeztah/19.03_backport_remove_from_index
> d48744dd4e Merge pull request #2717 from thaJeztah/19.03_backport_update_git_remote_description
> 9a44f43fb9 swagger: fix MemTotal units in SystemInfo endpoint
> a75083ebf0 docs/build: add note about git subdirectories with BuildKit
> de666636a6 Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
> 772ee04120 Merge pull request #498 from thaJeztah/19.03_backport_bump_buildx
> 112d03e8ea plugins: update buildx to v0.4.2
> ef44b94189 buildx: use v0.4.1
> 8a18415110 Bump buildx to master to check if it builds on the CI
> 4d7b3045be Merge component 'cli' from git@github.com:docker/cli 19.03
> 6002284d4d Merge pull request #2695 from thaJeztah/19.03_backport_fix_vbomml_util
> 0100e1c0be Replace vbom.ml/util with fvbommel/sortorder
> 53c69c574e Bump Golang 1.13.15
> 87867aff90 Bump Golang 1.13.15
> 76060cc4a0 Bump Golang 1.13.15
> 8a905386a1 update containerd to v1.3.7
> 0ffc8f1e55 update containerd to v1.3.6
> aff3f55db8 update containerd to v1.3.5
> 61f6fac7a1 update containerd to v1.3.4
> c938231789 update containerd binary to v1.3.3
> ba94dd5a0d Update containerd to v1.3.2
> 13106ca34e Update containerd to v1.3.1
> c5ad02b467 update containerd binary v1.3.0
> a0edb6a8cb Fix log file rotation test.
> b17b2f05b6 Fix flakey test for log file rotate.
> efe3cf2163 Replaces ADD with COPY in the COPY section
> 5a861b676c Check for context error that is wrapped in url.Error
> a438db9875 docs: remove docs for —-from=index
>
> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
> ---
>  recipes-containers/docker/docker-ce_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
> index 9835350..768cf25 100644
> --- a/recipes-containers/docker/docker-ce_git.bb
> +++ b/recipes-containers/docker/docker-ce_git.bb
> @@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \
>   subtle and/or glaring issues. \
>   "
>
> -SRCREV_docker = "ff3fbc9d55de9fce497cd058411f21f4a4dcdb7c"
> +SRCREV_docker = "4484c46d9d1a2d10b8fc662923ad586daeedb04f"
>  SRCREV_libnetwork = "026aabaa659832804b01754aaadd2c0f420c68b6"
>  SRC_URI = "\
>         git://github.com/docker/docker-ce.git;branch=19.03;name=docker \
> --
> 2.26.2
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-virtualization][PATCH] docker-ce: update to 19.03.13
@ 2020-11-20 18:02 Adrian Freihofer
  2020-12-01  4:40 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Freihofer @ 2020-11-20 18:02 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Adrian Freihofer

This update comprises the following commits:

4484c46d9d Merge pull request #658 from tiborvass/bump_19.03.13
19498650c3 Bump VERSION to 19.03.13
9e4ef2803a Merge component 'engine' from git@github.com:moby/moby 19.03
ac28add3de Merge pull request #41314 from thaJeztah/19.03_backport_fix_racey_logger_test
f0254fd65c Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
c78f28f23a Merge component 'engine' from git@github.com:moby/moby 19.03
e0b868f387 Merge component 'cli' from git@github.com:docker/cli 19.03
2961931781 Merge pull request #493 from thaJeztah/19.03_backport_bump_golang_1.13.15
38ac4c17da Merge pull request #41451 from thaJeztah/19.03_update_buildkit
131aed7afb Merge pull request #2674 from thaJeztah/19.03_backport_bump_golang_1.13.15
b99d176810 Merge pull request #41446 from thaJeztah/19.03_backport_swagger_fixes
340e0f5aae Merge pull request #41312 from thaJeztah/19.03_backport_pass_network_error
71f2583eb1 Merge pull request #41334 from thaJeztah/19.03_backport_bump_golang_1.13.15
0d7a5f477d Merge pull request #40408 from thaJeztah/19.03_backport_update_containerd_1.3
edb9fbffd5 Merge component 'cli' from git@github.com:docker/cli 19.03
bcae92a97a Merge pull request #2720 from thaJeztah/19.03_remove_engine_alias
6c6dd50ae8 Merge pull request #2719 from thaJeztah/19.03_update_buildkit
4056693640 [19.03] vendor: stop using docker/engine fork for vendoring
f6cc6fa133 [19.03] vendor: buildkit v0.6.4-32-gdf89d4dc
d61bf277b8 [19.03] vendor: tonistiigi/fsutil v0.0.0-20191018213012-0f039a052ca1
4024535260 [19.03] vendor: buildkit v0.6.4-32-gdf89d4dc
4a3bea631c Merge component 'cli' from git@github.com:docker/cli 19.03
1cab9568fa Merge pull request #2667 from thaJeztah/19.03_backport_remove_from_index
d48744dd4e Merge pull request #2717 from thaJeztah/19.03_backport_update_git_remote_description
9a44f43fb9 swagger: fix MemTotal units in SystemInfo endpoint
a75083ebf0 docs/build: add note about git subdirectories with BuildKit
de666636a6 Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
772ee04120 Merge pull request #498 from thaJeztah/19.03_backport_bump_buildx
112d03e8ea plugins: update buildx to v0.4.2
ef44b94189 buildx: use v0.4.1
8a18415110 Bump buildx to master to check if it builds on the CI
4d7b3045be Merge component 'cli' from git@github.com:docker/cli 19.03
6002284d4d Merge pull request #2695 from thaJeztah/19.03_backport_fix_vbomml_util
0100e1c0be Replace vbom.ml/util with fvbommel/sortorder
53c69c574e Bump Golang 1.13.15
87867aff90 Bump Golang 1.13.15
76060cc4a0 Bump Golang 1.13.15
8a905386a1 update containerd to v1.3.7
0ffc8f1e55 update containerd to v1.3.6
aff3f55db8 update containerd to v1.3.5
61f6fac7a1 update containerd to v1.3.4
c938231789 update containerd binary to v1.3.3
ba94dd5a0d Update containerd to v1.3.2
13106ca34e Update containerd to v1.3.1
c5ad02b467 update containerd binary v1.3.0
a0edb6a8cb Fix log file rotation test.
b17b2f05b6 Fix flakey test for log file rotate.
efe3cf2163 Replaces ADD with COPY in the COPY section
5a861b676c Check for context error that is wrapped in url.Error
a438db9875 docs: remove docs for —-from=index

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 recipes-containers/docker/docker-ce_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 9835350..768cf25 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \
  subtle and/or glaring issues. \
  "
 
-SRCREV_docker = "ff3fbc9d55de9fce497cd058411f21f4a4dcdb7c"
+SRCREV_docker = "4484c46d9d1a2d10b8fc662923ad586daeedb04f"
 SRCREV_libnetwork = "026aabaa659832804b01754aaadd2c0f420c68b6"
 SRC_URI = "\
 	git://github.com/docker/docker-ce.git;branch=19.03;name=docker \
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-01  4:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20 18:01 [meta-virtualization][PATCH] docker-ce: update to 19.03.13 Adrian Freihofer
2020-11-20 18:02 Adrian Freihofer
2020-12-01  4:40 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.