Skip to content

ops: pin docker-compose version to 3.4#1820

Merged
tynes merged 1 commit intodevelopfrom
ops/dc-v3.4
Nov 29, 2021
Merged

ops: pin docker-compose version to 3.4#1820
tynes merged 1 commit intodevelopfrom
ops/dc-v3.4

Conversation

@tynes
Copy link
Contributor

@tynes tynes commented Nov 29, 2021

Description

The docker-compose setup uses features that
are not available in all versions. This pins
the docker-compose setup to version 3.4
instead of just 3.

It is known to work under the following versions:

$ uname -or
5.10.70-1-MANJARO GNU/Linux

$ docker-compose --version
Docker Compose version 2.0.1

$ docker --version
Docker version 20.10.9, build c2ea9bc90b

Closes #1815

Note that when building on my machine with version 3.7, there is not problem
or warnings thrown, so I cannot repro the problem locally

The `docker-compose` setup uses features that
are not available in all versions. This pins
the `docker-compose` setup to version `3.4`
instead of just `3`.

It is known to work under the following versions:

```
$ uname -or
5.10.70-1-MANJARO GNU/Linux

$ docker-compose --version
Docker Compose version 2.0.1

$ docker --version
Docker version 20.10.9, build c2ea9bc90b
```
@changeset-bot
Copy link

changeset-bot bot commented Nov 29, 2021

⚠️ No Changeset found

Latest commit: 5c159f9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@tynes tynes merged commit 4c35ece into develop Nov 29, 2021
@tynes tynes deleted the ops/dc-v3.4 branch November 29, 2021 23:07
theochap pushed a commit that referenced this pull request Dec 10, 2025
## Overview

Removes the zeroing of the block label gauges at startup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ops Area: ops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker-compose.yml needs to be at least 3.4 instead of just 3

2 participants