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
test
on
docker-java-3
User selector
All users
Datepicker
All time
Commit history
Commits on May 1, 2016
WIP refactoring to try the docker-java v3 RC with Netty support and JUnixSocket swapped in to replace unix-socket-factory.
Show description for 95b2a24
rnorth
committed
95b2a24
View commit details
Copy full SHA for 95b2a24
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
Adds pluggable wait strategy, to enable containers to be checked for readiness using arbitrary logic. Adds HTTP(S) wait strategy to wait for a particular endpoint to be available.
outofcoffee
committed
1613efe
View commit details
Copy full SHA for 1613efe
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
split parameter for extra host in 'hostname' and 'ipAddress', fix indent
tbinias
committed
0d72244
View commit details
Copy full SHA for 0d72244
View code at this point
Browse repository at this point
Commits on Apr 23, 2016
add support for extra hosts to GenericContainer
tbinias
committed
8dbe348
View commit details
Copy full SHA for 8dbe348
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Update Dockerfile container docs following @bsideup's comments.
rnorth
committed
bbf659a
View commit details
Copy full SHA for bbf659a
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
Refs #119: Add basic documentation about Dockerfile support
rnorth
committed
e928a6e
View commit details
Copy full SHA for e928a6e
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
Merge branch '103-docker-exec' of https://github.com/locationlabs/testcontainers-java into locationlabs-103-docker-exec
rnorth
committed
db843ab
View commit details
Copy full SHA for db843ab
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
Refactoring callback so that followOutput and execInContainer use the same callback class. This
Show description for e68daa5
Oliver Stacey
committed
e68daa5
View commit details
Copy full SHA for e68daa5
View code at this point
Browse repository at this point
Added "docker exec" type functionality to GenericContainer. Made it clear
Show description for 542a7b0
Oliver Stacey
committed
542a7b0
View commit details
Copy full SHA for 542a7b0
View code at this point
Browse repository at this point
Introduced "minimumRunningDuration" on GenericContainer, to catch the case where a container starts
Show description for c681a6f
Oliver Stacey
committed
c681a6f
View commit details
Copy full SHA for c681a6f
View code at this point
Browse repository at this point
Move status-interpeting code into its own class, with its own unit tests.
Oliver Stacey
committed
08414c5
View commit details
Copy full SHA for 08414c5
View code at this point
Browse repository at this point
When starting a container fails, don't wait until the full timeout; bail out immediately.
Oliver Stacey
committed
d0a74b0
View commit details
Copy full SHA for d0a74b0
View code at this point
Browse repository at this point
Resolve race condition that would cause test to flap. As Testcontainers checks for a running container, if the container exits (even successfully) before the running state is detected, it will be t…
Show description for 4f569d2
rnorth
committed
4f569d2
View commit details
Copy full SHA for 4f569d2
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Merge pull request #119 from zeroturnaround/feature/dockerfile
Show description for 47741cb
rnorth
committed
47741cb
View commit details
Copy full SHA for 47741cb
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
Ensure service/ambassador container cleanup happens at the end of test methods rather than being delayed until JVM shutdown
rnorth
committed
cb69a56
View commit details
Copy full SHA for cb69a56
View code at this point
Browse repository at this point
tests for Statements
bsideup
committed
7c7e4ba
View commit details
Copy full SHA for 7c7e4ba
View code at this point
Browse repository at this point
tests for LazyFuture
bsideup
committed
70c334b
View commit details
Copy full SHA for 70c334b
View code at this point
Browse repository at this point
add more Dockerfile statements: ENTRYPOINT, USER and VOLUME.
bsideup
committed
a0eb03a
View commit details
Copy full SHA for a0eb03a
View code at this point
Browse repository at this point
Commits on Apr 3, 2016
Modify DockerComposeContainerTest to cover slightly more complex case of multiple ambassador containers being needed
rnorth
committed
5e80425
View commit details
Copy full SHA for 5e80425
View code at this point
Browse repository at this point
Basic Dockerfile support
bsideup
committed
5fe50bd
View commit details
Copy full SHA for 5fe50bd
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
Call configure() only once even if tryStart is failed
bsideup
committed
b1a9770
View commit details
Copy full SHA for b1a9770
View code at this point
Browse repository at this point
Commits on Mar 30, 2016
Refs #102, #110 - relocate all container kill/remove code to a utility class. This is able to cleanup all container IDs that are created, as opposed to containers that are started.
Show description for 62931f4
rnorth
committed
62931f4
View commit details
Copy full SHA for 62931f4
View code at this point
Browse repository at this point
Commits on Mar 28, 2016
Issue #99: support for private repo containing port in docker image name
asafm
committed
0b5a806
View commit details
Copy full SHA for 0b5a806
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Merge pull request #96 from testcontainers/container-output-streams
Show description for 888234c
rnorth
committed
888234c
View commit details
Copy full SHA for 888234c
View code at this point
Browse repository at this point
Add support for fetching/waiting on container stdout/stderr. Refs #94
rnorth
committed
8456947
View commit details
Copy full SHA for 8456947
View code at this point
Browse repository at this point
Commits on Mar 20, 2016
Fix for #89 - add finite limit for retrying docker pull, to avoid infinite loop if the specified image is not available.
rnorth
committed
14330bb
View commit details
Copy full SHA for 14330bb
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
Merge pull request #81 from testcontainers/failfast-getMappedPort
Show description for 55671e5
rnorth
committed
55671e5
View commit details
Copy full SHA for 55671e5
View code at this point
Browse repository at this point
Issue-82 handle unix socket case in DockerClientFactory.instance().dockerHostIpAddress()
mbaechler
committed
7010350
View commit details
Copy full SHA for 7010350
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Make getMappedPort fail fast if the container isn't started or does not have the requested port exposed - add test
rnorth
committed
c16f2ad
View commit details
Copy full SHA for c16f2ad
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
Refs #60 - add implementation of fixed host port mapping
rnorth
committed
89f2ce8
View commit details
Copy full SHA for 89f2ce8
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
#57: rename confusing get*IpAddress methods
rnorth
committed
974993f
View commit details
Copy full SHA for 974993f
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
Fold docker-compose module into core for simplicity of managing shaded dependency on docker-java
Show description for aaa4dad
rnorth
committed
aaa4dad
View commit details
Copy full SHA for aaa4dad
View code at this point
Browse repository at this point
Commits on Dec 5, 2015
Tweak log layout to avoid truncating docker image name
rnorth
committed
4365d7c
View commit details
Copy full SHA for 4365d7c
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
Add sleep to allow test containers to be started before the test assertion runs
rnorth
committed
114edd1
View commit details
Copy full SHA for 114edd1
View code at this point
Browse repository at this point
Add additional resilience to GenericContainerRuleTest
rnorth
committed
fc18290
View commit details
Copy full SHA for fc18290
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.