File tree 3 files changed +35
-19
lines changed
src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker
3 files changed +35
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:recommended" ,
5
+ " :semanticCommitsDisabled" ,
6
+ " schedule:daily"
7
+ ],
8
+ "labels" : [
9
+ " dependencies"
10
+ ],
11
+ "customManagers" : [
12
+ {
13
+ "customType" : " regex" ,
14
+ "fileMatch" : [
15
+ " src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker/PlanetExpressTest.java"
16
+ ],
17
+ "matchStrings" : [
18
+ " .* TEST_IMAGE =\n\\ s*\" (?<repo>.*?):(?<currentValue>.*?)@(?<currentDigest>sha256:.*?)\" ;\n "
19
+ ],
20
+ "depNameTemplate" : " {{{repo}}}" ,
21
+ "datasourceTemplate" : " docker"
22
+ }
23
+ ],
24
+ "rebaseWhen" : " conflicted" ,
25
+ "ignorePaths" : [
26
+ " **/node_modules/**" ,
27
+ " **/bower_components/**" ,
28
+ " **/vendor/**" ,
29
+ " **/examples/**" ,
30
+ " **/__tests__/**" ,
31
+ " **/tests/**" ,
32
+ " **/__fixtures__/**"
33
+ ]
34
+ }
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@sha256:b4e433bbcba1f17899d6bcb0a8e854bbe52c754faa4e785d0c27a2b55eb12cd8" ;
28
+ "rroemhild/test-openldap:1.0 @sha256:b4e433bbcba1f17899d6bcb0a8e854bbe52c754faa4e785d0c27a2b55eb12cd8" ;
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" ;
You can’t perform that action at this time.
0 commit comments