This is an automated email from the ASF dual-hosted git repository. jpoth pushed a commit to branch docker in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit e1723011f9b282fe4798a4715fef5e67396d64d3 Author: John Poth <[email protected]> AuthorDate: Thu Jun 20 13:40:02 2024 +0200 Docker Compose v2 - version is obsolete --- .../dynamic-router-eip-stack/project-resources/docker/compose.yaml | 1 - opentelemetry/containers/compose.yaml | 1 - saga/local-resources/compose.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/dynamic-router-eip/dynamic-router-eip-stack/project-resources/docker/compose.yaml b/dynamic-router-eip/dynamic-router-eip-stack/project-resources/docker/compose.yaml index 66cc8c9..801cde7 100644 --- a/dynamic-router-eip/dynamic-router-eip-stack/project-resources/docker/compose.yaml +++ b/dynamic-router-eip/dynamic-router-eip-stack/project-resources/docker/compose.yaml @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version: "3.7" services: redpanda_broker: diff --git a/opentelemetry/containers/compose.yaml b/opentelemetry/containers/compose.yaml index 86482ab..27e6946 100644 --- a/opentelemetry/containers/compose.yaml +++ b/opentelemetry/containers/compose.yaml @@ -1,4 +1,3 @@ -version: '3.8' services: diff --git a/saga/local-resources/compose.yaml b/saga/local-resources/compose.yaml index 4fc3416..d20dfb5 100644 --- a/saga/local-resources/compose.yaml +++ b/saga/local-resources/compose.yaml @@ -1,4 +1,3 @@ -version: "3.9" services: lra-coordinator: image: "quay.io/jbosstm/lra-coordinator:latest"
