Skip to content

Rename Dockerfiles to <service>.dockerfile convention #25

Description

@jravani

Rename `environment/Dockerfile` -> `environment/ignis-app.dockerfile` and `environment/Dockerfile.build_db` -> `environment/ignis-db.dockerfile`, so a Dockerfile's name says which service it builds at a glance instead of relying on a suffix on a shared base name.

Needs updating everywhere the old paths are referenced:

  • `.github/workflows/docker-publish.yml` — matrix `dockerfile:` fields
  • `environment/docker-compose.yml` — `build.dockerfile` for `ignis-app` and `ignis-build-db`, plus a comment
  • `environment/docker-compose.quickstart.yml` — comment
  • `documentation/content/07-deployment-view.md` — prose
  • `data/README.md` — prose, 2 mentions

`docker-compose.prod.yml` needs no change — it pulls pre-built images, no `dockerfile:` field.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions