Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templater latest image is not working #522

Closed
teoyaomiqui opened this issue Apr 14, 2021 · 2 comments
Closed

Templater latest image is not working #522

teoyaomiqui opened this issue Apr 14, 2021 · 2 comments
Assignees
Labels
bug Something isn't working size m
Milestone

Comments

@teoyaomiqui
Copy link
Contributor

teoyaomiqui commented Apr 14, 2021

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

@teoyaomiqui teoyaomiqui added bug Something isn't working triage Needs evaluation by project members labels Apr 14, 2021
@lb4368 lb4368 added this to the v2.1 milestone Apr 14, 2021
@sirajyasin
Copy link
Contributor

I can start working on this if no one has started yet.
/assign

@eak13 eak13 removed the triage Needs evaluation by project members label Apr 20, 2021
@airshipbot
Copy link

airshipbot commented Apr 21, 2021

Related Change #787436

Subject: Fix for Templater latest image
Link: https://review.opendev.org/c/airship/airshipctl/+/787436
Status: MERGED
Owner: Sirajudeen ([email protected])

This change will close this issue when merged.

Approvals

Code-Review
+2 Kostyantyn Kalynovskyi
+2 Matt McEuen
Verified
-1 ATT Airship2.0 CI
+2 Zuul
Workflow
+1 Matt McEuen

Last Updated: 2021-04-29 10:39:01 CDT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size m
Projects
None yet
Development

No branches or pull requests

5 participants