Skip to content

Conversation

mikhail-klimko
Copy link
Collaborator

@mikhail-klimko mikhail-klimko commented Nov 21, 2024

What

Update engine. Allow service compositions version 3.0

Pipeline example

version: 1.0
services:
  version: '3.0'
  name: environment
  composition:
    mongo:
      image: 'mongo:6.0.14'
      restart: always
      ports:
        - '27017'
      command: mongod
      healthcheck:
        test:
          - CMD
          - mongo
          - '--eval'
          - db.adminCommand('ping')

steps:
  ...

Why

Notes

@mikhail-klimko mikhail-klimko marked this pull request as ready for review November 22, 2024 08:16
@mikhail-klimko mikhail-klimko requested a review from a team as a code owner November 22, 2024 08:17
registry: quay.io
repository: codefresh/engine
tag: 1.174.18
tag: 1.150.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outdated tag

@masontikhonov
Copy link
Contributor

Was delivered here: #534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants