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

Upgrade Docker binary for Linux to version >19.03.2 #3206

Closed
deviantony opened this issue Sep 29, 2019 · 2 comments · Fixed by #3202 or #4333
Closed

Upgrade Docker binary for Linux to version >19.03.2 #3206

deviantony opened this issue Sep 29, 2019 · 2 comments · Fixed by #3202 or #4333
Labels
area/api kind/enhancement Applied to Feature Requests
Milestone

Comments

@deviantony
Copy link
Member

deviantony commented Sep 29, 2019

In order to support Compose format 3.8

See #3036 for the Windows counterpart.

@deviantony
Copy link
Member Author

Reverted via #3210

This is causing issues with TLS enabled endpoints and Swarm stacks deployments.

@deviantony deviantony reopened this Oct 2, 2019
@deviantony deviantony modified the milestones: 1.22.1, next Oct 2, 2019
@ghost
Copy link

ghost commented Oct 2, 2019

It appears docker --tls -H my.env:2376 now forces tls validation in 19.03 whereas it was working with self signed certs in < 19.03

Using portainerci/portainer:develop with the docker 19.03.2 binary merged, gave me the following issue as deviantony mentioned above:

Steps to reproduce:

  1. Add your agent enabled endpoint
  2. Select this endpoint in the home view
  3. Go to stacks view
  4. Try to deploy a simple stack
version: '3'
services:
  test:
    image: nginx
  1. Recieve following errors:
    Toast error in Portainer UI: Deployment error

Error from inspecting network request:
{"message":"unable to resolve docker endpoint: open /.docker/ca.pem: no such file or directory\n","details":"unable to resolve docker endpoint: open /.docker/ca.pem: no such file or directory\n"}

@deviantony deviantony removed their assignment Oct 14, 2019
@deviantony deviantony removed this from the next milestone Oct 31, 2019
@deviantony deviantony changed the title Upgrade Docker binary for Linux to version 19.03.2 Upgrade Docker binary for Linux to version >19.03.2 Oct 22, 2020
@deviantony deviantony added this to the 2.1 milestone Dec 20, 2020
@ghost ghost closed this as completed in #4333 Jan 14, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api kind/enhancement Applied to Feature Requests
Projects
None yet
1 participant