-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Sigh, bug present in the old version Travis has. |
env: | ||
global: | ||
- COMPOSE_PROJECT_NAME: sampleconfiguration | ||
dist: bionic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should roughly match https://github.com/libero/infrastructure/blob/1cc0fd2f5db4bc1f0a4b52dfc78728e7b1c98e9a/tf/main.tf#L3 now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a pinned version there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ docker-compose version
docker-compose version 1.23.1, build b02f1306
docker-py version: 3.5.0
CPython version: 3.6.7
OpenSSL version: OpenSSL 1.1.0f 25 May 2017
We could upgrade to 1.23.1 in infrastructure
, but want to check what is being used in all other builds first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ docker-compose version
docker-compose version 1.17.1, build 6d101fb
docker-py version: 2.5.1
CPython version: 2.7.13
OpenSSL version: OpenSSL 1.0.1t 3 May 2016
No description provided.