Skip to content

[20.10 backport] Deprecate Kubernetes stack support - #3174

Merged
thaJeztah merged 3 commits into
docker:20.10from
thaJeztah:20.10_backport_deprecate_kube
Jul 28, 2021
Merged

[20.10 backport] Deprecate Kubernetes stack support#3174
thaJeztah merged 3 commits into
docker:20.10from
thaJeztah:20.10_backport_deprecate_kube

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

backport of #3166 and #3167

mat007 added 3 commits July 2, 2021 16:36
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
(cherry picked from commit 7190255)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
(cherry picked from commit c05f0f5)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
(cherry picked from commit a033cdf)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Oh! CI is broken in the 20.10 branch;


=== FAIL: e2e/image TestTrustedBuild (1.77s)
build_test.go:76: assertion failed: Command: docker build -t myimage .
ExitCode: 1
Error: exit status 1
Stdout: Sending build context to Docker daemon 2.048kB
Step 1/4 : FROM registry:5000/trust-build1@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d as build-base
sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d: Pulling from trust-build1
Digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d
Status: Downloaded newer image for registry:5000/trust-build1@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d
---> 76da55c8019d
Step 2/4 : RUN echo ok > /foo
---> Running in d0e4a2d49351
Stderr: cgroups: cgroup mountpoint does not exist: unknown
Failures:
ExitCode was 1 expected 0
Expected stderr to contain "Tagging registry:5000/trust-build1@sha"
Expected no error

Need to backport #3137

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Opened #3176 to fix CI

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #3174 (1d37fb3) into 20.10 (063e3dd) will decrease coverage by 0.01%.
The diff coverage is 21.42%.

@@ Coverage Diff @@## 20.10 #3174 +/- ##
==========================================
- Coverage 57.06% 57.04% -0.02% 
==========================================
Files 299 299 Lines 18691 18705 +14 ==========================================
+ Hits 10666 10671 +5 - Misses 7157 7167 +10 + Partials 868 867 -1 

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

OK, CI is green again now 👍

@mat007mat007 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good!

@StefanSchererStefanScherer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah
thaJeztah merged commit f9d091f into docker:20.10Jul 28, 2021
@thaJeztah
thaJeztah deleted the 20.10_backport_deprecate_kube branch July 28, 2021 13:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@thaJeztah@codecov-commenter@StefanScherer@mat007