Skip to content

Instantly share code, notes, and snippets.

@Kalaiselvi84
Created October 26, 2023 23:45
Show Gist options
  • Save Kalaiselvi84/8e6ff111db46918ac0826151653964f3 to your computer and use it in GitHub Desktop.
Save Kalaiselvi84/8e6ff111db46918ac0826151653964f3 to your computer and use it in GitHub Desktop.
crd-client:0.11
starting build "d92eec9b-79e9-4bde-a960-bf415a1532bb"
FETCHSOURCE
Fetching storage object: gs://agones-mangalpalli_cloudbuild/source/1698349997.811391-f2514a11f0714ae4ba16b84631e70a8a.tgz#1698349998045608
Copying gs://agones-mangalpalli_cloudbuild/source/1698349997.811391-f2514a11f0714ae4ba16b84631e70a8a.tgz#1698349998045608...
/ [0 files][ 0.0 B/ 25.5 KiB]
/ [1 files][ 25.5 KiB/ 25.5 KiB]
Operation completed over 1 objects/25.5 KiB.
SETUPBUILD
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f
Step #0: Status: Downloaded newer image for ubuntu:latest
Step #0: docker.io/library/ubuntu:latest
Finished Step #0
Starting Step #1 - "build-make-docker"
Step #1 - "build-make-docker": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "build-make-docker": Sending build context to Docker daemon 80.9kB
Step #1 - "build-make-docker": Step 1/3 : FROM gcr.io/cloud-builders/docker
Step #1 - "build-make-docker": ---> 80ba0dc3e2cc
Step #1 - "build-make-docker": Step 2/3 : RUN apt-get install make
Step #1 - "build-make-docker": ---> Running in e58d3369d9df
Step #1 - "build-make-docker": Reading package lists...
Step #1 - "build-make-docker": Building dependency tree...
Step #1 - "build-make-docker": Reading state information...
Step #1 - "build-make-docker": make is already the newest version (4.2.1-1.2).
Step #1 - "build-make-docker": 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Step #1 - "build-make-docker": Removing intermediate container e58d3369d9df
Step #1 - "build-make-docker": ---> fbe8af2068bf
Step #1 - "build-make-docker": Step 3/3 : ENTRYPOINT [\"/usr/bin/make\"]
Step #1 - "build-make-docker": ---> Running in 2c4251580c4a
Step #1 - "build-make-docker": Removing intermediate container 2c4251580c4a
Step #1 - "build-make-docker": ---> 01caa378bd4d
Step #1 - "build-make-docker": Successfully built 01caa378bd4d
Step #1 - "build-make-docker": Successfully tagged make-docker:latest
Finished Step #1 - "build-make-docker"
Starting Step #2 - "push"
Step #2 - "push": Already have image: make-docker
Step #2 - "push": docker build --tag=us-docker.pkg.dev/agones-mangalpalli/examples/crd-client:0.11 .
Step #2 - "push": Sending build context to Docker daemon 80.9kB
Step #2 - "push": Step 1/8 : FROM golang:1.20.4 as builder
Step #2 - "push": 1.20.4: Pulling from library/golang
Step #2 - "push": bd73737482dd: Pulling fs layer
Step #2 - "push": 6710592d62aa: Pulling fs layer
Step #2 - "push": 75256935197e: Pulling fs layer
Step #2 - "push": 948a624948ba: Pulling fs layer
Step #2 - "push": 147e02c24f40: Pulling fs layer
Step #2 - "push": cd56b3199c0c: Pulling fs layer
Step #2 - "push": 948a624948ba: Waiting
Step #2 - "push": 147e02c24f40: Waiting
Step #2 - "push": cd56b3199c0c: Waiting
Step #2 - "push": 6710592d62aa: Verifying Checksum
Step #2 - "push": 6710592d62aa: Download complete
Step #2 - "push": bd73737482dd: Verifying Checksum
Step #2 - "push": bd73737482dd: Download complete
Step #2 - "push": 75256935197e: Verifying Checksum
Step #2 - "push": 75256935197e: Download complete
Step #2 - "push": cd56b3199c0c: Verifying Checksum
Step #2 - "push": cd56b3199c0c: Download complete
Step #2 - "push": 948a624948ba: Verifying Checksum
Step #2 - "push": 948a624948ba: Download complete
Step #2 - "push": 147e02c24f40: Verifying Checksum
Step #2 - "push": 147e02c24f40: Download complete
Step #2 - "push": bd73737482dd: Pull complete
Step #2 - "push": 6710592d62aa: Pull complete
Step #2 - "push": 75256935197e: Pull complete
Step #2 - "push": 948a624948ba: Pull complete
Step #2 - "push": 147e02c24f40: Pull complete
Step #2 - "push": cd56b3199c0c: Pull complete
Step #2 - "push": Digest: sha256:690e4135bf2a4571a572bfd5ddfa806b1cb9c3dea0446ebadaf32bc2ea09d4f9
Step #2 - "push": Status: Downloaded newer image for golang:1.20.4
Step #2 - "push": ---> 6a90a37099af
Step #2 - "push": Step 2/8 : WORKDIR /go/src/crd-client
Step #2 - "push": ---> Running in d0c4c4b9f93c
Step #2 - "push": Removing intermediate container d0c4c4b9f93c
Step #2 - "push": ---> 9356b928ed1d
Step #2 - "push": Step 3/8 : COPY . .
Step #2 - "push": ---> c748f5f9d2d3
Step #2 - "push": Step 4/8 : RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o client .
Step #2 - "push": ---> Running in 96fe790e0705
Step #2 - "push": go: downloading agones.dev/agones v1.35.0
Step #2 - "push": go: downloading github.com/sirupsen/logrus v1.9.3
Step #2 - "push": go: downloading github.com/spf13/pflag v1.0.5
Step #2 - "push": go: downloading github.com/spf13/viper v1.17.0
Step #2 - "push": go: downloading k8s.io/api v0.28.3
Step #2 - "push": go: downloading k8s.io/apimachinery v0.28.3
Step #2 - "push": go: downloading k8s.io/client-go v0.28.3
Step #2 - "push": go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
Step #2 - "push": go: downloading github.com/pkg/errors v0.9.1
Step #2 - "push": go: downloading google.golang.org/protobuf v1.31.0
Step #2 - "push": go: downloading github.com/mattbaird/jsonpatch v0.0.0-20230413205102-771768614e91
Step #2 - "push": go: downloading golang.org/x/sys v0.13.0
Step #2 - "push": go: downloading github.com/fsnotify/fsnotify v1.7.0
Step #2 - "push": go: downloading github.com/mitchellh/mapstructure v1.5.0
Step #2 - "push": go: downloading github.com/sagikazarmark/slog-shim v0.1.0
Step #2 - "push": go: downloading github.com/spf13/afero v1.10.0
Step #2 - "push": go: downloading github.com/spf13/cast v1.5.1
Step #2 - "push": go: downloading github.com/gogo/protobuf v1.3.2
Step #2 - "push": go: downloading github.com/google/gofuzz v1.2.0
Step #2 - "push": go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
Step #2 - "push": go: downloading golang.org/x/net v0.17.0
Step #2 - "push": go: downloading k8s.io/klog/v2 v2.100.1
Step #2 - "push": go: downloading github.com/golang/protobuf v1.5.3
Step #2 - "push": go: downloading github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
Step #2 - "push": go: downloading golang.org/x/time v0.3.0
Step #2 - "push": go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": go: downloading google.golang.org/grpc v1.59.0
Step #2 - "push": go: downloading gopkg.in/inf.v0 v0.9.1
Step #2 - "push": go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.3.0
Step #2 - "push": go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
Step #2 - "push": go: downloading golang.org/x/text v0.13.0
Step #2 - "push": go: downloading github.com/subosito/gotenv v1.6.0
Step #2 - "push": go: downloading github.com/hashicorp/hcl v1.0.0
Step #2 - "push": go: downloading gopkg.in/ini.v1 v1.67.0
Step #2 - "push": go: downloading github.com/magiconair/properties v1.8.7
Step #2 - "push": go: downloading github.com/pelletier/go-toml/v2 v2.1.0
Step #2 - "push": go: downloading gopkg.in/yaml.v3 v3.0.1
Step #2 - "push": go: downloading golang.org/x/term v0.13.0
Step #2 - "push": go: downloading golang.org/x/oauth2 v0.13.0
Step #2 - "push": go: downloading github.com/go-logr/logr v1.2.4
Step #2 - "push": go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
Step #2 - "push": go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
Step #2 - "push": go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
Step #2 - "push": go: downloading github.com/json-iterator/go v1.1.12
Step #2 - "push": go: downloading gopkg.in/yaml.v2 v2.4.0
Step #2 - "push": go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
Step #2 - "push": go: downloading sigs.k8s.io/yaml v1.4.0
Step #2 - "push": go: downloading github.com/google/uuid v1.4.0
Step #2 - "push": go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
Step #2 - "push": go: downloading github.com/go-openapi/jsonreference v0.20.2
Step #2 - "push": go: downloading github.com/go-openapi/swag v0.22.4
Step #2 - "push": go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
Step #2 - "push": go: downloading github.com/modern-go/reflect2 v1.0.2
Step #2 - "push": go: downloading github.com/emicklei/go-restful/v3 v3.11.0
Step #2 - "push": go: downloading github.com/go-openapi/jsonpointer v0.20.0
Step #2 - "push": go: downloading github.com/mailru/easyjson v0.7.7
Step #2 - "push": go: downloading github.com/josharian/intern v1.0.0
Step #2 - "push": Removing intermediate container 96fe790e0705
Step #2 - "push": ---> f034da60db49
Step #2 - "push": Step 5/8 : FROM gcr.io/distroless/static-debian11:nonroot
Step #2 - "push": nonroot: Pulling from distroless/static-debian11
Step #2 - "push": 07a64a71e011: Already exists
Step #2 - "push": fe5ca62666f0: Already exists
Step #2 - "push": b02a7525f878: Already exists
Step #2 - "push": fcb6f6d2c998: Already exists
Step #2 - "push": e8c73c638ae9: Already exists
Step #2 - "push": 1e3d9b7d1452: Already exists
Step #2 - "push": 4aa0ea1413d3: Already exists
Step #2 - "push": 7c881f9ab25e: Already exists
Step #2 - "push": 5627a970d25e: Already exists
Step #2 - "push": Digest: sha256:91ca4720011393f4d4cab3a01fa5814ee2714b7d40e6c74f2505f74168398ca9
Step #2 - "push": Status: Downloaded newer image for gcr.io/distroless/static-debian11:nonroot
Step #2 - "push": ---> 694e6e1059db
Step #2 - "push": Step 6/8 : COPY --from=builder /go/src/crd-client/client /
Step #2 - "push": ---> de46d6f6c385
Step #2 - "push": Step 7/8 : USER nonroot:nonroot
Step #2 - "push": ---> Running in 200bc07d9aa7
Step #2 - "push": Removing intermediate container 200bc07d9aa7
Step #2 - "push": ---> bb452aed0157
Step #2 - "push": Step 8/8 : ENTRYPOINT ["/client"]
Step #2 - "push": ---> Running in 3361c8350b2b
Step #2 - "push": Removing intermediate container 3361c8350b2b
Step #2 - "push": ---> ade3d2a0884b
Step #2 - "push": Successfully built ade3d2a0884b
Step #2 - "push": Successfully tagged us-docker.pkg.dev/agones-mangalpalli/examples/crd-client:0.11
Step #2 - "push": docker push us-docker.pkg.dev/agones-mangalpalli/examples/crd-client:0.11
Step #2 - "push": The push refers to repository [us-docker.pkg.dev/agones-mangalpalli/examples/crd-client]
Step #2 - "push": 4adbb83a875c: Preparing
Step #2 - "push": 4cb10dd2545b: Preparing
Step #2 - "push": d2d7ec0f6756: Preparing
Step #2 - "push": 1a73b54f556b: Preparing
Step #2 - "push": e624a5370eca: Preparing
Step #2 - "push": d52f02c6501c: Preparing
Step #2 - "push": ff5700ec5418: Preparing
Step #2 - "push": 7bea6b893187: Preparing
Step #2 - "push": 6fbdf253bbc2: Preparing
Step #2 - "push": 54ad2ec71039: Preparing
Step #2 - "push": d52f02c6501c: Waiting
Step #2 - "push": ff5700ec5418: Waiting
Step #2 - "push": 7bea6b893187: Waiting
Step #2 - "push": 6fbdf253bbc2: Waiting
Step #2 - "push": 54ad2ec71039: Waiting
Step #2 - "push": 1a73b54f556b: Layer already exists
Step #2 - "push": d2d7ec0f6756: Layer already exists
Step #2 - "push": 4cb10dd2545b: Layer already exists
Step #2 - "push": e624a5370eca: Layer already exists
Step #2 - "push": 7bea6b893187: Layer already exists
Step #2 - "push": ff5700ec5418: Layer already exists
Step #2 - "push": d52f02c6501c: Layer already exists
Step #2 - "push": 6fbdf253bbc2: Layer already exists
Step #2 - "push": 54ad2ec71039: Layer already exists
Step #2 - "push": 4adbb83a875c: Pushed
Step #2 - "push": 0.11: digest: sha256:60b59efc5b1562536209a567dc6d0a2377e807027604b26b9296fb2d8217b03b size: 2403
Finished Step #2 - "push"
PUSH
DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment