Compare commits
No commits in common. "cd2631d74c1cf4bfb961ed5a8a5bd953177114b2" and "33c26998969074278f80472694934b8f5db14dae" have entirely different histories.
cd2631d74c
...
33c2699896
@ -51,3 +51,9 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
|
secrets:
|
||||||
|
- source: docker_username
|
||||||
|
target: DOCKER_USERNAME
|
||||||
|
- source: docker_password
|
||||||
|
target: DOCKER_PASSWORD
|
||||||
|
|||||||
@ -7,10 +7,6 @@ RUN rm -rf /etc/yum.repos.d/*.repo
|
|||||||
# Copy from the local context into the container
|
# Copy from the local context into the container
|
||||||
COPY files/*.repo /etc/yum.repos.d/
|
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
|
# Clean and update the repository cache
|
||||||
RUN dnf clean all && \
|
RUN dnf clean all && \
|
||||||
dnf makecache
|
dnf makecache
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[appstream]
|
[appstream]
|
||||||
name=appstream repository
|
name=appstream repository
|
||||||
baseurl=https://edgecache.query.consul/almalinux/8.10/AppStream/x86_64/os
|
baseurl=http://edgecache.query.consul/almalinux/8.10/AppStream/x86_64/os
|
||||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
gpgkey=http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[baseos]
|
[baseos]
|
||||||
name=baseos repository
|
name=baseos repository
|
||||||
baseurl=https://edgecache.query.consul/almalinux/8.10/BaseOS/x86_64/os
|
baseurl=http://edgecache.query.consul/almalinux/8.10/BaseOS/x86_64/os
|
||||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
gpgkey=http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[epel]
|
[epel]
|
||||||
name=epel repository
|
name=epel repository
|
||||||
baseurl=https://edgecache.query.consul/epel/8/Everything/x86_64
|
baseurl=http://edgecache.query.consul/epel/8/Everything/x86_64
|
||||||
gpgkey=https://edgecache.query.consul/epel/RPM-GPG-KEY-EPEL-8
|
gpgkey=http://edgecache.query.consul/epel/RPM-GPG-KEY-EPEL-8
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[powertools]
|
[powertools]
|
||||||
name=powertools repository
|
name=powertools repository
|
||||||
baseurl=https://edgecache.query.consul/almalinux/8.10/PowerTools/x86_64/os
|
baseurl=http://edgecache.query.consul/almalinux/8.10/PowerTools/x86_64/os
|
||||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
gpgkey=http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
[gitea-unkin-almalimnux-8]
|
|
||||||
name=unkin - Gitea - almalimnux - 8
|
|
||||||
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalimnux/8
|
|
||||||
enabled=1
|
|
||||||
gpgcheck=1
|
|
||||||
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
|
|
||||||
Reference in New Issue
Block a user