Skip to content

Commit 4fc8d22

Browse files
Update rroemhild/test-openldap Docker tag to v2 (#150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80f1f91 commit 4fc8d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker/PlanetExpressTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class PlanetExpressTest {
2626

2727
static final String TEST_IMAGE =
28-
"rroemhild/test-openldap:1.1@sha256:ebecc2aa0c5afaadddcbd734698d7c356b0e1b1f9af0bf8bc1889ff275f2bcde";
28+
"rroemhild/test-openldap:2.1@sha256:133952e806f6e88af4a7a24dc5714e27cdddb41fceeff5ff4f384ae1d836db26";
2929
static final String DN = "dc=planetexpress,dc=com";
3030
static final String MANAGER_DN = "cn=admin,dc=planetexpress,dc=com";
3131
static final String MANAGER_SECRET = "GoodNewsEveryone";
@@ -44,7 +44,7 @@ public static void linuxOnly() {
4444

4545
@SuppressWarnings("rawtypes")
4646
@Rule
47-
public GenericContainer container = new GenericContainer(TEST_IMAGE).withExposedPorts(389);
47+
public GenericContainer container = new GenericContainer(TEST_IMAGE).withExposedPorts(10389);
4848

4949
@Rule
5050
public RealJenkinsRule rr = new RealJenkinsRule();

0 commit comments

Comments
 (0)