Skip to content

Commit

Permalink
Switch to use base image from pipecd gcr
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Jun 12, 2020
1 parent ab41076 commit 0c127c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Expand Up @@ -116,17 +116,17 @@ load(

container_pull(
name = "piped-base",
digest = "sha256:561e2e38fb33f2b7800759f9c3cd065ea79bc5b906c25e45d7e527b8e0320ae8",
digest = "sha256:f4b0d8184b441a33eba241238676350568520be992c124ba063ebcfc8977c406",
registry = "gcr.io",
repository = "kapetanios/piped-base",
repository = "pipecd/piped-base",
tag = "0.0.2",
)

container_pull(
name = "debug-base",
digest = "sha256:7bc48b9cef27dffaa66617a39f649b6f4b3359e40fc2cac6a51b4879439aa638",
digest = "sha256:b0ec52fbde95be09074badc8298b6e94d61a9066e9637d75610267f1646fb0a1",
registry = "gcr.io",
repository = "kapetanios/debug-base",
repository = "pipecd/debug-base",
tag = "0.0.1",
)

Expand Down
6 changes: 5 additions & 1 deletion docs/development.md
Expand Up @@ -20,7 +20,10 @@ go get github.com/bazelbuild/bazelisk
or directly install its [binary](https://github.com/bazelbuild/bazelisk/releases) from the release page.

## Repositories
- [pipe](https://github.com/kapetanios/pipe): contains all code and documentations.
- [pipe](https://github.com/pipe-cd/pipe): contains all source code
- [manifests](https://github.com/pipe-cd/manifests): contains all released manifests
- [site](https://github.com/pipe-cd/site): contains all documentations and site
- [examples](https://github.com/pipe-cd/examples): contains some examples to demonstrate how to use PipeCD

## Build and test with Bazel

Expand All @@ -34,3 +37,4 @@ or directly install its [binary](https://github.com/bazelbuild/bazelisk/releases
- `make expose-generated-go`: exposes generated Go files to editors and IDEs.

**NOTE**: The first time of running a bazel command will take some minutes because bazel needs to download all required dependencies. From the second time it will be very fast.

0 comments on commit 0c127c0

Please sign in to comment.