chore: updates
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

- remove secrets section
- add unkin repo
- add internal-ca-certificates to be installed
- change to https repos
This commit is contained in:
2024-08-26 22:03:49 +10:00
parent ab0acb586e
commit 3a10679bdd
7 changed files with 18 additions and 14 deletions
+4
View File
@@ -7,6 +7,10 @@ RUN rm -rf /etc/yum.repos.d/*.repo
# Copy from the local context into the container
COPY files/*.repo /etc/yum.repos.d/
# Install ca-certs
RUN curl -k -o internal-ca-certificates.rpm https://git.query.consul/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && \
rpm -i internal-ca-certificates.rpm
# Clean and update the repository cache
RUN dnf clean all && \
dnf makecache