Skip to content

Commit

Permalink
Merge pull request #1719 from GoogleContainerTools/thesayyn-patch-1
Browse files Browse the repository at this point in the history
docs: replace outdated information about go tool
  • Loading branch information
loosebazooka authored Dec 1, 2024
2 parents ab5f84d + 10fc8df commit f548904
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,9 @@ This should expose the Express application to your localhost:3000

For full documentation on how to use bazel to generate Container images, see the [bazel-contrib/rules_oci](https://github.com/bazel-contrib/rules_oci) repository.

For documentation and example on how to use the go-based debian package manager (current) to generate bazel config, see [./debian_package_manager](./debian_package_manager)
For documentation and examples on how to use the bazel package manager rules (not used in this repo), see [./package_manager](./package_manager)
For documentation and example on how to create custom container images, see the [GoogleContainerTools/rules_distroless](https://github.com/GoogleContainerTools/rules_distroless) repository.

Examples can be found in this repository in the [examples](examples/) directory.
Examples can be found in the [GoogleContainerTools/rules_distroless](https://github.com/GoogleContainerTools/rules_distroless/tree/main/examples) repository.

#### Examples with Bazel

Expand Down

0 comments on commit f548904

Please sign in to comment.