- remove secrets section - add unkin repo - add internal-ca-certificates to be installed
This commit is contained in:
parent
ab0acb586e
commit
bba4ed76df
@ -51,9 +51,3 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
secrets:
|
|
||||||
- source: docker_username
|
|
||||||
target: DOCKER_USERNAME
|
|
||||||
- source: docker_password
|
|
||||||
target: DOCKER_PASSWORD
|
|
||||||
|
|||||||
@ -13,6 +13,6 @@ RUN dnf clean all && \
|
|||||||
|
|
||||||
# Update the system and install required packages
|
# Update the system and install required packages
|
||||||
RUN dnf update -y && \
|
RUN dnf update -y && \
|
||||||
dnf install -y curl git && \
|
dnf install -y curl git internal-ca-certificates && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
rm -rf /var/cache/dnf
|
rm -rf /var/cache/dnf
|
||||||
|
|||||||
6
files/unkin.repo
Normal file
6
files/unkin.repo
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[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