Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(hermetic-build): indicate usage of Docker Buildkit in development guide #3337

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

diegomarquezp
Copy link
Contributor

No description provided.

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Nov 6, 2024
@diegomarquezp diegomarquezp marked this pull request as ready for review November 6, 2024 20:59
@@ -160,11 +160,13 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
1. Run the following command to build the image from source

```shell
docker build \
DOCKER_BUILDKIT=1 docker build \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we mention that DOCKER_BUILDKIT=1 is only needed for local development on CloudTop but not needed in CloudBuild?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a note below.

@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Nov 6, 2024
Copy link

sonarcloud bot commented Nov 6, 2024

Copy link

sonarcloud bot commented Nov 6, 2024

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@diegomarquezp diegomarquezp merged commit 01e742d into main Nov 6, 2024
49 of 55 checks passed
@diegomarquezp diegomarquezp deleted the diegomarquezp-patch-1 branch November 6, 2024 22:06
jinseopkim0 pushed a commit that referenced this pull request Nov 14, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>2.50.0</summary>

##
[2.50.0](v2.49.0...v2.50.0)
(2024-11-14)


### Features

* Add experimental S2A integration in client libraries grpc transport
([#3326](#3326))
([1138ca6](1138ca6))
* enable selective generation based on service config include list
([#3323](#3323))
([0cddadb](0cddadb))
* introduce `java.time` to java-core
([#3330](#3330))
([f202c3b](f202c3b))
* Update Gapic-Generator to generate libraries using `java.time` methods
([#3321](#3321))
([b21c9a4](b21c9a4))


### Bug Fixes

* Fix flaky test
ScheduledRetryingExecutorTest.testCancelOuterFutureAfterStart
([#3335](#3335))
([e73740d](e73740d))
* httpjson callables to trace attempts (started, failed)
([#3300](#3300))
([15a64ee](15a64ee))
* instantiate GaxProperties at build time to ensure we get the protobuf
version
([#3365](#3365))
([bb2a3be](bb2a3be))
* protobuf version not always getting set in headers
([#3322](#3322))
([7f6e470](7f6e470))
* use BuildKit instead of legacy builder to build the Hermetic Build
images
([#3338](#3338))
([222fb45](222fb45))


### Dependencies

* update google auth library dependencies to v1.30.0
([#3367](#3367))
([a31c682](a31c682))
* update grpc dependencies to v1.68.1
([#3240](#3240))
([c8e3941](c8e3941))


### Documentation

* fix list num
([#3356](#3356))
([b7d6296](b7d6296))
* **hermetic-build:** indicate usage of Docker Buildkit in development
guide
([#3337](#3337))
([01e742d](01e742d))
* modify hermetic build docs
([#3331](#3331))
([25023af](25023af))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants