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
/certs/server.key` to the gunicorn command line (SP4 §5.7 delivered it). No RPM change
168
+
is needed; the entrypoint's TLS step (§6.6) reduces to validating that the cert pair
169
+
exists when `PGADMIN_ENABLE_TLS` is set, then passing the variable through.
170
+
171
+
Other plan-time resolutions: `common:deps:build` is dropped from the repo paths (§4 —
172
+
nothing in the image's install closure needs the build tools); the `ubi9-images` PR
173
+
label already matches the new `:containers` layout generically
174
+
(`percona_obs/cmd_sync.py``_IMAGES_REPO_RE` — a `:containers` project with a repo
175
+
named `ubi9`), so PR #12 needs the `ubi9-images` label added alongside `UBI_9`;
176
+
`percona-ubi-minimal` includes shadow-utils, so `usermod` is available at image build.
168
177
169
178
## 8. Verification
170
179
@@ -198,6 +207,33 @@ Task-5-style, against the OBS-built image (PR project):
198
207
|`pgadmin4-cli load-servers/set-prefs` argument names differ from upstream `setup.py`| they are the same entry points (SP4 §5); verify `--user/--replace` flags in the fix loop. |
199
208
| First-run init in the entrypoint vs launcher double-run | the launcher skips when `pgadmin4.db` exists; entrypoint runs init only when setup is needed. Smoke test 1 covers restart-idempotence. |
0 commit comments