Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Sgitario
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
testcontainers-java
core
src
on
master
User selector
All users
All time
Commit history
Commits on Sep 25, 2016
Merge pull request #227 from sourcecase/feature-docker-compose-extends-support
Show description for 8c4cb1d
rnorth
authored
8c4cb1d
View commit details
Copy full SHA for 8c4cb1d
View code at this point
Browse repository at this point
Commits on Sep 24, 2016
refactor:switch from info to debug level for COMPOSE_FILE debug message
sourcecase
committed
5c91a71
View commit details
Copy full SHA for 5c91a71
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
feat:add support to pass multiple docker compose files to the DockerComposeContainer
sourcecase
committed
31d1c55
View commit details
Copy full SHA for 31d1c55
View code at this point
Browse repository at this point
Serialize all Docker Compose operations, to avoid concurrency issues when running tests in parallel (Docker Compose exhibits race conditions under concurrent usage - HT to @pcornish)
rnorth
committed
3d3f104
View commit details
Copy full SHA for 3d3f104
View code at this point
Browse repository at this point
Merge pull request #225 from mbaechler/ignore-df-failure
Show description for 0358304
rnorth
authored
0358304
View commit details
Copy full SHA for 0358304
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Merge pull request #224 from scetix/master
Show description for 75a744c
rnorth
authored
75a744c
View commit details
Copy full SHA for 75a744c
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
Make ping retry timeout configurable for DockerClientProviderStrategy
Adam Kunicki
committed
59aa768
View commit details
Copy full SHA for 59aa768
View code at this point
Browse repository at this point
ISSUE-223 ignore failure at parsing df output
mbaechler
committed
7ece0d4
View commit details
Copy full SHA for 7ece0d4
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
Fixed docker compose directory mounting on windows
scetix
committed
c01b13c
View commit details
Copy full SHA for c01b13c
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
DockerClientProviderStrategy.getDescription() should be called after strategy.test()
Adam Kunicki
committed
6da414c
View commit details
Copy full SHA for 6da414c
View code at this point
Browse repository at this point
Commits on Aug 27, 2016
Kill ambassador containers before `docker-compose down`
rnorth
committed
e03cf12
View commit details
Copy full SHA for e03cf12
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
#203: Switch to using docker-compose down rather than separate kill and rm steps
rnorth
committed
6ed0fe0
View commit details
Copy full SHA for 6ed0fe0
View code at this point
Browse repository at this point
Merge pull request #211 from valdisrigdon/reap-networks
Show description for 391c28c
rnorth
authored
391c28c
View commit details
Copy full SHA for 391c28c
View code at this point
Browse repository at this point
Reap docker-compose networks earlier
Show description for 6952122
valdisrigdon
committed
6952122
View commit details
Copy full SHA for 6952122
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
fix: fix withEnv(Map) to add to instance variable
qoomon
authored
e53b0e2
View commit details
Copy full SHA for e53b0e2
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Partially reverse #192 pending further review
rnorth
committed
6ca9db1
View commit details
Copy full SHA for 6ca9db1
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Fix NPE when host has untagged images.
Adam Kunicki
committed
a291291
View commit details
Copy full SHA for a291291
View code at this point
Browse repository at this point
Commits on Aug 7, 2016
Update to v3.0.1 of docker-java
rnorth
committed
3961611
View commit details
Copy full SHA for 3961611
View code at this point
Browse repository at this point
Fix uncaught NoClassDefFoundError when environment variables are set on OS X
rnorth
committed
a8b63c7
View commit details
Copy full SHA for a8b63c7
View code at this point
Browse repository at this point
Commits on Aug 6, 2016
Merge pull request #193 from testcontainers/shared-docker-client
Show description for 5cefff5
rnorth
authored
5cefff5
View commit details
Copy full SHA for 5cefff5
View code at this point
Browse repository at this point
Commits on Aug 2, 2016
Switch to shared docker client instance (netty client should be thread-safe)
rnorth
committed
fb7ec04
View commit details
Copy full SHA for fb7ec04
View code at this point
Browse repository at this point
Introduce discrete docker-compose pull step. Refs #188
rnorth
committed
496479d
View commit details
Copy full SHA for 496479d
View code at this point
Browse repository at this point
Increase ping timeout threshold for Docker for Mac client strategy to compensate for apparent initial delayed ping response with release version of Docker for Mac.
rnorth
committed
76c14ab
View commit details
Copy full SHA for 76c14ab
View code at this point
Browse repository at this point
Introduce null check for image tags when updating cache of available images.
rnorth
committed
cd15bec
View commit details
Copy full SHA for cd15bec
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Merge pull request #192 from qoomon/feature/log-info-and-error-for-docker-compose
Show description for b35efb9
rnorth
authored
b35efb9
View commit details
Copy full SHA for b35efb9
View code at this point
Browse repository at this point
Merge pull request #189 from qoomon/bugfix/docker-compose-for-relative-paths
Show description for b815501
rnorth
authored
b815501
View commit details
Copy full SHA for b815501
View code at this point
Browse repository at this point
fix: use pwd as mounting point for docker compose to make relative paths work within docker-compose.yml
qoomon
committed
5473264
View commit details
Copy full SHA for 5473264
View code at this point
Browse repository at this point
refactor: replace compose container image dduportal/docker-compose:1.7.1 with the official docker/compose:1.8.0
qoomon
committed
088e15f
View commit details
Copy full SHA for 088e15f
View code at this point
Browse repository at this point
refactor: replace follow all output with online
qoomon
committed
4d7c073
View commit details
Copy full SHA for 4d7c073
View code at this point
Browse repository at this point
refactor: enable logging for docker compose container stderr and stdout
qoomon
committed
c99952d
View commit details
Copy full SHA for c99952d
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Change location of system property setting to ensure that netty relocated package name is available for DockerCompose usage scenarios. Fixes #178
rnorth
committed
8462da2
View commit details
Copy full SHA for 8462da2
View code at this point
Browse repository at this point
Add support for setting working directory - fixes #173
rnorth
committed
e2b61d4
View commit details
Copy full SHA for e2b61d4
View code at this point
Browse repository at this point
closes #182 set mode on tarEntry from transferable
Show description for 712f413
bsideup
authored and
rnorth
committed
712f413
View commit details
Copy full SHA for 712f413
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
Properly shade Netty including its native adapters. Include Guava when shading dependencies.
raphw
committed
d8ef647
View commit details
Copy full SHA for d8ef647
View code at this point
Browse repository at this point
Commits on Jul 17, 2016
Reduce log verbosity during tests
rnorth
committed
8f0bdc8
View commit details
Copy full SHA for 8f0bdc8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.