NASA-AMMOS / NASA-AMMOS/plandev

Update `docker` naming scheme and `hasura` metadata to be RFC1123 compliant

Open
#608 0 comments 0 reactions 1 assignee View on GitHub

@skovati is already working on this.

Since Jan 23, 2023.

ci refactor
Dominant language
Java
Stars
128
Forks
33
Avg merge
1d 17h
Merged PRs (30d)
12

Description

Currently, our docker-compose.yml and deployment/hasura/metadata files use '_' as a separator between words, e.g. aerie_merlin. However, Kubernetes requires names to be valid DNS entries, according to RFC1123. This should amount to a simple s/aerie_/aerie-/ in the deployment files, along with validation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.