-
Notifications
You must be signed in to change notification settings - Fork 792
Convert docker-compose YAML with profiles #1448
Copy link
Copy link
Closed
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
When trying to convert a docker-compose YAML file with profile specification I get the following error:
➜ podman git:(main) kompose convert -f ../docker-compose.yml
FATA services.<myservice> Additional property profiles is not allowed
Example docker-compose.yml:
version: '3'
services:
<myservice>:
image: <myserviceimage>
profiles:
- donotstart
redis:
image: redis
ports:
- "6379:6379"
rabbitmq:
image: rabbitmq:3-management
ports:
- "5672:5672"
- "15672:15672"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.