-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update container images #73
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM registry.access.redhat.com/hi/go:1.26.5-builder@sha256:fe0672d0b4bf43b502fe7ab4f251c266b558346cd3b8892c7c79b3b5f2c3a92f AS builder | ||
| FROM registry.access.redhat.com/hi/go:1.26.5-builder@sha256:aef155087940a9221c59ca48ad8af371a4c1a46b05f0283737149cb00ef484b3 AS builder | ||
|
|
||
| WORKDIR /workspace | ||
|
|
||
|
|
@@ -17,7 +17,7 @@ COPY components/control-plane/internal/ components/control-plane/internal/ | |
|
|
||
| RUN cd components/control-plane && CGO_ENABLED=0 go build -mod=mod -ldflags="-s -w" -o /workspace/hypershell-controller ./cmd/hypershell-controller | ||
|
|
||
| FROM registry.access.redhat.com/hi/go:1.26.5@sha256:55d95d0bd29598f821931dec7155efd331068bdd84162d7d4b2e7ad66ec6c124 | ||
| FROM registry.access.redhat.com/hi/go:1.26.5@sha256:eb29e565caf76cf408a77a73548a3ed62e00e3516c17d02d5f36838aea69a605 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Major] This line no longer exists on |
||
|
|
||
| COPY --from=builder --chown=1001:0 /workspace/hypershell-controller /usr/local/bin/ | ||
| COPY --chown=1001:0 components/control-plane/manifests/ /manifests/ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM registry.access.redhat.com/hi/nodejs:24.18.1-builder@sha256:63f3ae9ba3ac4af3c809d58c0845effbfbb75a6f2e08148af8ae2e95d889132f AS build | ||
| FROM registry.access.redhat.com/hi/nodejs:24.18.1-builder@sha256:41ec0465a1e00e55e2c4e82c322a71906a9e00c57251efabc18848177c49161e AS build | ||
|
|
||
| USER 0 | ||
|
|
||
|
|
@@ -30,7 +30,7 @@ RUN pnpm install --frozen-lockfile --offline \ | |
| && pnpm --filter @openshift-online/hypershell-web-console-bff deploy --prod /tmp/web-console \ | ||
| && cp -R components/web-console/build/client /tmp/web-console/public | ||
|
|
||
| FROM registry.access.redhat.com/hi/nodejs:24.18.1@sha256:b24c3fce1b2803aa622d1bd7add354d0974528fdf1f16f1303226bfa5e3c6666 | ||
| FROM registry.access.redhat.com/hi/nodejs:24.18.1@sha256:24bd0d73317d0da304af77ae6bc58c49a2bea40b2a40575d83c9d82c4d7c2f29 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Major] Stale digest relative to |
||
|
|
||
| LABEL org.opencontainers.image.title="HyperShell web console" \ | ||
| org.opencontainers.image.description="HyperShell web console BFF and static application" \ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Major] Regenerate the committed SDK for this generator bump. Bumping
openapi-generator-cliv7.16.0 -> v7.24.0 changes the tool that producescomponents/api-server/pkg/api/openapi. That directory's.openapi-generator/VERSIONstill says7.16.0, andmake generate(whichrm -rf pkg/api/openapithen copies the container output back) will rewrite it to7.24.0..github/workflows/sdk-drift-check.ymlrunsmake generate generate-sdkon anyDockerfile.openapichange and fails on drift, so this bump will fail CI until the SDK is regenerated. Runcd components/api-server && make generate generate-sdk, commit, and review the regenerated diff for behavioral changes before merge.