Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. TaskError - taskid:_build_builder:metalk8s-go-builder
  2. The command '/bin/sh -c wget -O /usr/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/${OPERATOR_SDK_VERSION}/operator-sdk-${OPERATOR_SDK_VERSION}-x86_64-linux-gnu && chmod +x /usr/bin/operator-sdk' returned a non-zero code: 1:
  3. Step 1/7 : FROM golang:1.13-alpine
  4. ---> e1fd9820be16
  5. Step 2/7 : ARG OPERATOR_SDK_VERSION=v0.9.0
  6. ---> Using cache
  7. ---> 1c17fcf46206
  8. Step 3/7 : RUN wget -O /usr/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/${OPERATOR_SDK_VERSION}/operator-sdk-${OPERATOR_SDK_VERSION}-x86_64-linux-gnu && chmod +x /usr/bin/operator-sdk
  9. ---> Running in 3a44828ce21f
  10. wget: bad address 'github.com'
  11. Removing intermediate container 3a44828ce21f
  12. The command '/bin/sh -c wget -O /usr/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/${OPERATOR_SDK_VERSION}/operator-sdk-${OPERATOR_SDK_VERSION}-x86_64-linux-gnu && chmod +x /usr/bin/operator-sdk' returned a non-zero code: 1
  13.  
  14. _build_builder:metalk8s-go-builder <stderr>:
  15.  
  16. _build_builder:metalk8s-go-builder <stdout>:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement