Skip to content

Commit

Permalink
Remove codenotary repo from task-queue image (#1099)
Browse files Browse the repository at this point in the history
Codenotary repo currently returns 403, causing image builds to fail.
Remove this as it is no longer needed since
97a503e.

Fixes: AlmaLinux/build-system#412
  • Loading branch information
pastalian authored Jan 15, 2025
1 parent 8293e86 commit 2cd1d0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.task-queue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM almalinux/9-base:latest

ADD https://packages.codenotary.org/codenotary.repo /etc/yum.repos.d/

RUN <<EOT
set -ex
dnf upgrade -y
Expand Down

0 comments on commit 2cd1d0f

Please sign in to comment.