updates certificates
This commit is contained in:
@@ -29,7 +29,8 @@ pipeline {
|
||||
ubiOS = ["8"]
|
||||
ubiImages = ["ubi-minimal", "ubi"]
|
||||
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.ret.root.crt", text: functions.getRetiredRootCA())
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -53,7 +54,7 @@ LABEL org.opencontainers.image.title="ubi${rhOS}/${image}"
|
||||
LABEL org.opencontainers.image.description="Docker container for RHEL-UBI"
|
||||
LABEL org.opencontainers.image.base.name="registry.access.redhat.com/ubi${rhOS}/${image}:latest"
|
||||
|
||||
COPY test-chamber-13.lan.root.crt /etc/pki/ca-trust/source/anchors/test-chamber-13.lan.root.crt
|
||||
COPY test-chamber-13.lan.root.crt test-chamber-13.lan.ret.root.crt /etc/pki/ca-trust/source/anchors/
|
||||
|
||||
RUN update-ca-trust extract && \\
|
||||
${updateCmd} update -y && \\
|
||||
|
Reference in New Issue
Block a user