You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/04/21 16:37:09 UTC

[GitHub] [solr-operator] HoustonPutman commented on issue #261: Adding s390x support to solr-operator docker image

HoustonPutman commented on issue #261:
URL: https://github.com/apache/solr-operator/issues/261#issuecomment-824200860


   I've tried building the docker image multi-architecture with `s390x`, but it fails...
   
   ```
    => [internal] load build definition from Dockerfile                                    0.5s
    => => transferring dockerfile: 32B                                                     0.0s
    => [internal] load .dockerignore                                                       0.8s
    => => transferring context: 2B                                                         0.0s
    => [internal] load metadata for gcr.io/distroless/base:debug-nonroot                   0.4s
    => [internal] load metadata for docker.io/library/golang:1.16                          1.9s
    => [auth] library/golang:pull token for registry-1.docker.io                           0.0s
    => CACHED [stage-1 1/5] FROM gcr.io/distroless/base:debug-nonroot@sha256:2b2be54c1ed2  0.0s
    => => resolve gcr.io/distroless/base:debug-nonroot@sha256:2b2be54c1ed2cb5f590caa3b979  0.6s
    => [internal] load build context                                                       0.5s
    => => transferring context: 104.77kB                                                   0.1s
    => [builder  1/15] FROM docker.io/library/golang:1.16@sha256:7f69ee6e3ea6c3acab98576d  0.7s
    => => resolve docker.io/library/golang:1.16@sha256:7f69ee6e3ea6c3acab98576d8d51bf2e72  0.6s
    => CACHED [builder  2/15] WORKDIR /workspace                                           0.0s
    => ERROR [builder  3/15] RUN go install sigs.k8s.io/controller-tools/cmd/controller-g  1.2s
   ------
    > [builder  3/15] RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0;     go install github.com/google/go-licenses@latest:
   #9 0.847 Illegal instruction
   #9 0.889 Illegal instruction
   ------
   Dockerfile:20
   --------------------
     19 |     # Download necessary libraries
     20 | >>> RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0; \
     21 | >>>     go install github.com/google/go-licenses@latest
     22 |
   --------------------
   error: failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0;     go install github.com/google/go-licenses@latest]: exit code: 132
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org