Skip to content

Errors with the Make setup and Dockerfile Build #4

Open
@bgpanw

Description

@bgpanw

Hi,
I am trying this experiment on a GCP Compute VM running Ubuntu 22.04 LTS , and starting from the first step after installing Docker and Make.

I figured I might be able to get it going on one VM and then access it using Chrome in an Ubuntu Desktop on a VM in the same subnet. However, the best scenario for me would just expose it temporarily to the internet from my own IP using a VPC firewall rule.

~/jenkins-as-code$ make get-tools-linux
# TODO: verify checksums ..
curl -Lo bin/minikube https://storage.googleapis.com/minikube/releases/v1.0.0/minikube-linux-amd64 && chmod +x bin/minikube
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 38.2M  100 38.2M    0     0  74.6M      0 --:--:-- --:--:-- --:--:-- 74.7M
curl -Lo bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl && chmod +x bin/kubectl
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 41.1M  100 41.1M    0     0  89.4M      0 --:--:-- --:--:-- --:--:-- 89.3M
curl -L https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz | tar -xz -C bin/ && mv bin/linux-amd64/helm bin/ && rm -r bin/linux-amd64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   298  100   298    0     0   2604      0 --:--:-- --:--:-- --:--:--  2614

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make: *** [Makefile:13: get-tools-linux] Error 2

I've also tried populating all of the secret files in the requested locations and trying to simply build the docker file but I end up with the following issue when it tries to install the plugins:

This is the entire Docker build output with errors: https://github.com/bgpanw/temp/blob/main/dockerbuildsession.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions