File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,4 @@ updates:
13
13
- package-ecosystem : docker
14
14
directory : /
15
15
schedule :
16
- interval : daily
17
- ignore :
18
- - dependency-name : centos
19
- versions :
20
- - " >= 8"
21
- - " <7"
22
- - dependency-name : rockylinux
23
- update-types :
24
- - " version-update:semver-major"
16
+ interval : weekly
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ name: build
2
2
on :
3
3
push :
4
4
branches :
5
- - opsexp-[0-9]+**
6
- - OPSEXP-[0-9]+**
7
- - dependabot/**
8
- - master
5
+ - ' **'
9
6
10
7
env :
11
8
IMAGE_REGISTRY_NAMESPACE : alfresco
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN set -eux; \
23
23
update-alternatives --install /usr/bin/java java $JAVA_HOME/bin/java 1; \
24
24
yum clean all && rm -rf /var/cache/yum
25
25
26
- FROM rockylinux:8.8.20230518 AS rockylinux8
26
+ FROM rockylinux:8.8 AS rockylinux8
27
27
28
28
ARG JDIST
29
29
ARG JAVA_MAJOR
37
37
yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless && \
38
38
yum clean all && rm -rf /var/cache/yum
39
39
40
- FROM rockylinux:9.2.20230513 AS rockylinux9
40
+ FROM rockylinux:9.2 AS rockylinux9
41
41
42
42
ARG JDIST
43
43
ARG JAVA_MAJOR
You can’t perform that action at this time.
0 commit comments