-
Notifications
You must be signed in to change notification settings - Fork 501
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
installation: platforms: add s390x to supported architectures #1245
Changes from 5 commits
4e54faf
9b026d6
82698d3
56623c5
10ce457
66eab69
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ command arguments could lead to malicious command execution. | |
|
||
## Container support | ||
|
||
This plugin will not function in the distroless production images (AMD64 currently) as it needs a functional `/bin/sh` which is not present. | ||
This plugin will not function in the distroless production images (AMD64 and s390x currently) as it needs a functional `/bin/sh` which is not present. | ||
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. This needs updating, all production images are distroless so this was out of date for a while. No container images support this plugin other than the debug ones. 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. updated.. |
||
The debug images use the same binaries so even though they have a shell, there is no support for this plugin as it is compiled out. | ||
|
||
## Configuration Parameters | ||
|
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.
Is this true? We do not seem to explicitly do anything to provide any DEBs for s390x which is what this table is showing - actual packages are built and provided officially from our repos. Not that it can be but that it is.
The only changes in the linked PR are to build images, not packages, so want to confirm. If we want to build it via the normal
./packaging/build.sh -d <distro>
then how do we do that?I would extend the statement about container images being provided with something along the lines of "it is possible to build for Ubuntu 22.04 as well".
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.
removed..