Skip to content

Add buildkit support#955

Merged
cristianrgreco merged 2 commits intomainfrom
add-buildkit-support
Mar 24, 2025
Merged

Add buildkit support#955
cristianrgreco merged 2 commits intomainfrom
add-buildkit-support

Conversation

@cristianrgreco
Copy link
Copy Markdown
Collaborator

@cristianrgreco cristianrgreco commented Mar 23, 2025

Resolves #571

@cristianrgreco cristianrgreco added enhancement New feature or request minor Backward compatible functionality labels Mar 23, 2025
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 23, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit cb832a8
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-node/deploys/67e08494c6b260000899f6ac
😎 Deploy Preview https://deploy-preview-955--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cristianrgreco cristianrgreco merged commit ff5af9a into main Mar 24, 2025
390 of 391 checks passed
@cristianrgreco cristianrgreco deleted the add-buildkit-support branch March 24, 2025 09:50
vaernion pushed a commit to Arbeidstilsynet/brevgen2 that referenced this pull request Dec 3, 2025
….23.0

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | [`10.21.0` -> `10.23.0`](https://renovatebot.com/diffs/npm/testcontainers/10.21.0/10.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/testcontainers/10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/testcontainers/10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/testcontainers/10.21.0/10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/testcontainers/10.21.0/10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-node (testcontainers)</summary>

### [`v10.23.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v10.23.0)

[Compare Source](testcontainers/testcontainers-node@v10.22.0...v10.23.0)

#### Changes

#### 🚀 Features

-   Add snapshot support to postgres module [@&#8203;Nikola-Milovic](https://github.com/Nikola-Milovic) ([#&#8203;961](testcontainers/testcontainers-node#961))

### [`v10.22.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v10.22.0)

[Compare Source](testcontainers/testcontainers-node@v10.21.0...v10.22.0)

#### Changes

#### 🚀 Features

-   Improve PortCheck logging for distroless images [@&#8203;digital88](https://github.com/digital88) ([#&#8203;954](testcontainers/testcontainers-node#954))
-   Add buildkit support [@&#8203;cristianrgreco](https://github.com/cristianrgreco) ([#&#8203;955](testcontainers/testcontainers-node#955))
-   Add `TESTCONTAINERS_RYUK_VERBOSE` setting [@&#8203;digital88](https://github.com/digital88) ([#&#8203;941](testcontainers/testcontainers-node#941))
-   Update ChromaDB + improve docs and tests [@&#8203;cristianrgreco](https://github.com/cristianrgreco) ([#&#8203;940](testcontainers/testcontainers-node#940))
-   Implement `withAutoRemove` [#&#8203;905](testcontainers/testcontainers-node#905) [@&#8203;digital88](https://github.com/digital88) ([#&#8203;939](testcontainers/testcontainers-node#939))

#### 🐛 Bug Fixes

-   Couchbase: add missing exports and fix sonar suggestions [@&#8203;digital88](https://github.com/digital88) ([#&#8203;942](testcontainers/testcontainers-node#942))

#### 🧹 Maintenance

-   Docs: clarified timeout unit in different places [@&#8203;digital88](https://github.com/digital88) ([#&#8203;958](https://github.com/test...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request minor Backward compatible functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support building docker images using BuildKit

1 participant