Skip to content

Allow jumping to a Dockerfile from a Compose file's dockerfile attribute inside the build specification #69

@rcjsuen

Description

@rcjsuen

We should include a result for jumping to ../backend.Dockerfile when responding to a textDocument/documentLink request.

services:
  frontend:
    image: example/webapp
    build: ./webapp

  backend:
    image: example/database
    build:
      context: backend
      dockerfile: ../backend.Dockerfile

  custom:
    build: ~/custom

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions