Giter Club home page Giter Club logo

jenkins-as-code's Issues

Errors with the Make setup and Dockerfile Build

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.