You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Phases where templater image: quay.io/airshipit/templater:latest is used are not rendering and failing during run
Steps To Reproduce
Try to run airshipctl phase render secret-generate in treasuremap with a site that includes airship-core
Expected behavior
Phase to render documents properly
Actual behavior
Failure with error:
+ airshipctl phase run secret-generate
docker: Error response from daemon: unable to find user nobody: no matching entries in passwd file.
Main reason for failing is that base image of for templater was updated, and now it doesn't support user nobody, that is used when running KRM functions
Why it wasn't caught at gates
KRM functions do not have integration tests, all images in airshipctl are pinned to v2. When gates are running, local changes are not being tested, instead, upstream image with tag 2.0 is pulled from quay
The text was updated successfully, but these errors were encountered:
Describe the bug
Phases where templater image: quay.io/airshipit/templater:latest is used are not rendering and failing during run
Steps To Reproduce
Try to run
airshipctl phase render secret-generate
in treasuremap with a site that includes airship-coreExpected behavior
Phase to render documents properly
Actual behavior
Failure with error:
Main reason for failing is that base image of for templater was updated, and now it doesn't support user nobody, that is used when running KRM functions
Why it wasn't caught at gates
KRM functions do not have integration tests, all images in airshipctl are pinned to v2. When gates are running, local changes are not being tested, instead, upstream image with tag 2.0 is pulled from quay
The text was updated successfully, but these errors were encountered: