Context
Part of the FIPS-removal effort. See REMOVE_FIPS_PLAN.md for the full plan and premise.
Scope
Tiny change — drop the aspirational FIPS TODO comment from the dev-codex workspace template. The template uses codercom/enterprise-node:ubuntu (public upstream image) and always will; there is no FIPS workspace image to "switch to later."
Files to edit
templates/dev-codex/main.tf, line 8 — remove the parenthetical (will switch to FIPS image later) from the image comment. Keep the image reference unchanged.
Files to leave unchanged
Confirmed by grep — no FIPS references in:
clusters/gov-demo/apps/coder-server/helmrelease.yaml
clusters/gov-demo/apps/coder-provisioner/helmrelease.yaml
Acceptance criteria
Dependencies
None.
Context
Part of the FIPS-removal effort. See
REMOVE_FIPS_PLAN.mdfor the full plan and premise.Scope
Tiny change — drop the aspirational FIPS TODO comment from the
dev-codexworkspace template. The template usescodercom/enterprise-node:ubuntu(public upstream image) and always will; there is no FIPS workspace image to "switch to later."Files to edit
templates/dev-codex/main.tf, line 8 — remove the parenthetical(will switch to FIPS image later)from the image comment. Keep the image reference unchanged.Files to leave unchanged
Confirmed by grep — no FIPS references in:
clusters/gov-demo/apps/coder-server/helmrelease.yamlclusters/gov-demo/apps/coder-provisioner/helmrelease.yamlAcceptance criteria
grep -rin fips clusters/ templates/returns zero.templates/dev-codex/main.tfstill referencescodercom/enterprise-node:ubuntu.Dependencies
None.