chore: updates
- remove secrets section - add unkin repo - add internal-ca-certificates to be installed - change to https repos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user