File tree 1 file changed +2
-2
lines changed
src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
public class PlanetExpressTest {
26
26
27
27
static final String TEST_IMAGE =
28
- "rroemhild/test-openldap:1 .1@sha256:ebecc2aa0c5afaadddcbd734698d7c356b0e1b1f9af0bf8bc1889ff275f2bcde " ;
28
+ "rroemhild/test-openldap:2 .1@sha256:133952e806f6e88af4a7a24dc5714e27cdddb41fceeff5ff4f384ae1d836db26 " ;
29
29
static final String DN = "dc=planetexpress,dc=com" ;
30
30
static final String MANAGER_DN = "cn=admin,dc=planetexpress,dc=com" ;
31
31
static final String MANAGER_SECRET = "GoodNewsEveryone" ;
@@ -44,7 +44,7 @@ public static void linuxOnly() {
44
44
45
45
@ SuppressWarnings ("rawtypes" )
46
46
@ Rule
47
- public GenericContainer container = new GenericContainer (TEST_IMAGE ).withExposedPorts (389 );
47
+ public GenericContainer container = new GenericContainer (TEST_IMAGE ).withExposedPorts (10389 );
48
48
49
49
@ Rule
50
50
public RealJenkinsRule rr = new RealJenkinsRule ();
You can’t perform that action at this time.
0 commit comments