Lower Docker req to 19, make sure we test locally #115

Closed
3wordchant wants to merge 1 commits from docker-version-req into main
Owner

Ref #15

Docker version 19.03.11, build 42e35e6

But abra works fine. So I think 19 might be sufficient?

Also, wondering if we should add DOCKER_CONTEXT=default to that check, to make sure we're not querying a remote server. (Semi-related question - should we also check remote Docker versions?)

Ref #15 ``` $ docker --version Docker version 19.03.11, build 42e35e6 ``` But `abra` works fine. So I think 19 might be sufficient? Also, wondering if we should add `DOCKER_CONTEXT=default` to that check, to make sure we're not querying a remote server. (Semi-related question - should we also check remote Docker versions?)
3wordchant added 1 commit 2021-03-21 13:42:03 +00:00
continuous-integration/drone/pr Build is passing Details
65ba113696
Lower Docker req to 19, make sure we test locally
Ref #15

``` $ docker --version
Docker version 19.03.11, build 42e35e6
```

But abra works. So I think 19 might be sufficient?

Also, wondering if we should add `DOCKER_CONTEXT=default` to that check,
to make sure we're not querying a remote server. (Semi-related question
- should we also check remote Docker versions?)
3wordchant requested review from decentral1se 2021-03-21 13:42:16 +00:00
decentral1se reviewed 2021-03-21 18:36:56 +00:00
decentral1se left a comment
Owner

Hmmmm shit, you're right actually. Now but really, thinking about it, we need to check all the daemons of all the servers or!? Like, if you have manage 5 remote docker daemons, you'd want to know they're all compatible...maybe we need to iterate through abra server ls contents and default and check them all? This could be another printf/column moment.

Hmmmm shit, you're right actually. Now but really, thinking about it, we need to check all the daemons of all the servers or!? Like, if you have manage 5 remote docker daemons, you'd want to know they're all compatible...maybe we need to iterate through `abra server ls` contents and `default` and check them all? This could be another `printf`/`column` moment.
Owner

Hmmmm shit, you're right actually. Now but really, thinking about it, we need to check all the daemons of all the servers or!? Like, if you have manage 5 remote docker daemons, you'd want to know they're all compatible...maybe we need to iterate through abra server ls contents and default and check them all? This could be another printf/column moment.

Opened https://git.autonomic.zone/coop-cloud/abra/issues/119 to continue this thought.

> Hmmmm shit, you're right actually. Now but really, thinking about it, we need to check all the daemons of all the servers or!? Like, if you have manage 5 remote docker daemons, you'd want to know they're all compatible...maybe we need to iterate through abra server ls contents and default and check them all? This could be another printf/column moment. Opened https://git.autonomic.zone/coop-cloud/abra/issues/119 to continue this thought.
decentral1se refused to review 2021-03-22 11:46:09 +00:00
Owner

decentral1se refused to review 1 second ago

Oh no! hahaha I was just trying to show I already reviewed it lol

Gitea UX 💣

> decentral1se refused to review 1 second ago Oh no! hahaha I was just trying to show I already reviewed it lol Gitea UX 💣
Owner
https://git.autonomic.zone/coop-cloud/abra/commit/9836d2705269aa86db191679ebb53f2f73ebd632
decentral1se closed this pull request 2021-03-25 23:29:30 +00:00
decentral1se deleted branch docker-version-req 2021-03-25 23:29:37 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No description provided.