fix(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0 #80
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: prskr/nurse#80
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-testcontainers-testcontainers-go-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.26.0
->v0.27.0
Release Notes
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.27.0
Compare Source
What's Changed
⚠️ Breaking Changes
Building images with FromDockerfile
The
ImageBuildInfo
interface now includes a new method:BuildOptions
, which is used to configure the build process.This method returns the image build options when building a Docker image from a Dockerfile,
and it will apply some defaults and finally call the new
BuildOptionsModifier
method from the FromDockerfile struct, if set.This way it's possible to access Docker's
types.ImageBuildOptions
type and modify it before the build process starts.Executing commands using the Executable interface
It now includes an
Options
method that needs to be implemented. This method will allow configuring the exec options added in this PR for theWithStartupCommand
functional option.If your code is implementing
Executable
, you can embed theExecOptions
struct in your own struct in order to satisfy the interface.Please take a look at the
RabbitMQ
test types to see examples on how to do it.🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.