From bba4ed76df296d3c408797a48c3af4b44d4c00e5 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 26 Aug 2024 22:03:49 +1000 Subject: [PATCH] chore: updates - remove secrets section - add unkin repo - add internal-ca-certificates to be installed --- .drone.yml | 6 ------ Dockerfile | 2 +- files/unkin.repo | 6 ++++++ 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 files/unkin.repo diff --git a/.drone.yml b/.drone.yml index 66163f9..7140305 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,9 +51,3 @@ trigger: event: - push - pull_request - -secrets: - - source: docker_username - target: DOCKER_USERNAME - - source: docker_password - target: DOCKER_PASSWORD diff --git a/Dockerfile b/Dockerfile index f19f4e8..03f6a1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ RUN dnf clean all && \ # Update the system and install required packages RUN dnf update -y && \ - dnf install -y curl git && \ + dnf install -y curl git internal-ca-certificates && \ dnf clean all && \ rm -rf /var/cache/dnf diff --git a/files/unkin.repo b/files/unkin.repo new file mode 100644 index 0000000..d8e891e --- /dev/null +++ b/files/unkin.repo @@ -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