updates certificates

This commit is contained in:
2022-08-20 09:38:11 -05:00
parent b158ccf1a7
commit 8097329921
2 changed files with 6 additions and 4 deletions

View File

@@ -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 && \\