Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save j-griffith/77054cd411c0a6f8039b4f48e2707fd5 to your computer and use it in GitHub Desktop.

Select an option

Save j-griffith/77054cd411c0a6f8039b4f48e2707fd5 to your computer and use it in GitHub Desktop.
doublehaul ➜ kubevirt git:(fixup-external-provider) ✗ CONTAINER_PREFIX=index.docker.io/jgriffith CONTAINER_TAG=latest make bazel-push-images
hack/dockerized "bazel run \
--platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 \
--workspace_status_command=./hack/print-workspace-status.sh \
--define container_prefix=index.docker.io/jgriffith \
--define container_tag=latest \
//:push-images"
Sending build context to Docker daemon 3.584kB
Step 1/7 : FROM kubevirt/builder@sha256:cd662847df816a0c5cf1a99dcb905301d305befe93d50bee8d00fdd5c74beb19
---> 75f2ffedcf24
Step 2/7 : ENV GIMME_GO_VERSION=1.11.5
---> Using cache
---> ef4e8903d484
Step 3/7 : ENV GOPATH="/go" GOBIN="/usr/bin"
---> Using cache
---> d15b3e0c80cb
Step 4/7 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/mattn/goveralls && go get -u github.com/Masterminds/glide && go get -u github.com/golang/mock/gomock && go get -u github.com/rmohr/mock/mockgen && go get -u github.com/rmohr/go-swagger-utils/swagger-doc && go get -u github.com/onsi/ginkgo/ginkgo
---> Using cache
---> 8b99553740b5
Step 5/7 : RUN pip install j2cli
---> Using cache
---> 760b7a383965
Step 6/7 : COPY rsyncd.conf /etc/rsyncd.conf
---> Using cache
---> 7ddd5c68f2b7
Step 7/7 : ENTRYPOINT [ "/entrypoint.sh" ]
---> Using cache
---> 728500658bb0
Successfully built 728500658bb0
Successfully tagged kubevirt:latest
go version go1.11.5 linux/amd64
JDG RUNNING COMMAND: bazel run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 --workspace_status_command=./hack/print-workspace-status.sh --define container_prefix=index.docker.io/jgriffith --define container_tag=latest //:push-images
go version go1.11.5 linux/amd64
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 6c62747b-854f-44e9-b5ce-99722aa4fdec
DEBUG: /root/.cache/bazel/_bazel_root/6f347497f91c9a385dcd9294645b76e0/external/bazel_skylib/skylark_library.bzl:23:1: WARNING: skylark_library.bzl is deprecated and will go away in the future, please use bzl_library.bzl instead.
INFO: Analysed target //:push-images (543 packages loaded, 13139 targets configured).
INFO: Found 1 target...
Target //:push-images up-to-date:
bazel-bin/push-images
INFO: Elapsed time: 52.741s, Critical Path: 19.14s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
INFO: Build completed successfully, 1 total action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment