Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull access denied for archlinux/base #15

Closed
andrii-bodnar opened this issue Apr 30, 2021 · 5 comments · Fixed by #16
Closed

Pull access denied for archlinux/base #15

andrii-bodnar opened this issue Apr 30, 2021 · 5 comments · Fixed by #16

Comments

@andrii-bodnar
Copy link

Hi, faced with some problems trying to publish the AUR package. The same GH Workflows worked fine a few weeks ago.

Workflow:

name: publish-aur

on:
  push:
    tags:
      - '*'

jobs:
  aur-publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

      - name: Publish AUR package
        uses: KSXGitHub/github-actions-deploy-aur@v2.2.3
        with:
          pkgname: crowdin-cli
          pkgbuild: ./pkgbuild/PKGBUILD
          commit_username: ${{ secrets.AUR_USERNAME }}
          commit_email: ${{ secrets.AUR_EMAIL }}
          ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
          commit_message: Update AUR package
          ssh_keyscan_types: rsa,dsa,ecdsa,ed25519

Action logs:

2021-04-30T08:32:29.8974463Z Prepare workflow directory
2021-04-30T08:32:29.9662482Z Prepare all required actions
2021-04-30T08:32:29.9677289Z Getting action download info
2021-04-30T08:32:30.4233881Z Download action repository 'actions/checkout@v2'
2021-04-30T08:32:32.2525357Z Download action repository 'KSXGitHub/github-actions-deploy-aur@v2.2.3'
2021-04-30T08:32:32.7895932Z ##[group]Build container for action use: '/home/runner/work/_actions/KSXGitHub/github-actions-deploy-aur/v2.2.3/Dockerfile'.
2021-04-30T08:32:32.7980113Z ##[command]/usr/bin/docker build -t 8a33c1:d4a793bdb67741cabac3a7c3694369c7 -f "/home/runner/work/_actions/KSXGitHub/github-actions-deploy-aur/v2.2.3/Dockerfile" "/home/runner/work/_actions/KSXGitHub/github-actions-deploy-aur/v2.2.3"
2021-04-30T08:32:33.0699625Z Sending build context to Docker daemon  17.92kB
2021-04-30T08:32:33.0705274Z 
2021-04-30T08:32:33.1271431Z Step 1/7 : FROM archlinux/base
2021-04-30T08:32:34.4111151Z pull access denied for archlinux/base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
2021-04-30T08:32:34.4132457Z ##[warning]Docker build failed with exit code 1, back off 4.587 seconds before retry.
2021-04-30T08:32:39.0035055Z ##[command]/usr/bin/docker build -t 8a33c1:d4a793bdb67741cabac3a7c3694369c7 -f "/home/runner/work/_actions/KSXGitHub/github-actions-deploy-aur/v2.2.3/Dockerfile" "/home/runner/work/_actions/KSXGitHub/github-actions-deploy-aur/v2.2.3"
2021-04-30T08:32:39.0509679Z Sending build context to Docker daemon  17.92kB
2021-04-30T08:32:39.0519804Z 
2021-04-30T08:32:39.1092820Z Step 1/7 : FROM archlinux/base
2021-04-30T08:32:40.3475306Z pull access denied for archlinux/base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
2021-04-30T08:32:40.3507723Z ##[warning]Docker build failed with exit code 1, back off 6.581 seconds before retry.
2021-04-30T08:32:46.9355422Z ##[command]/usr/bin/docker build -t 8a33c1:d4a793bdb67741cabac3a7c3694369c7 -f "/home/runner/work/_actions/KSXGitHub/github-actions-deploy-aur/v2.2.3/Dockerfile" "/home/runner/work/_actions/KSXGitHub/github-actions-deploy-aur/v2.2.3"
2021-04-30T08:32:46.9870657Z Sending build context to Docker daemon  17.92kB
2021-04-30T08:32:46.9878502Z 
2021-04-30T08:32:47.0477518Z Step 1/7 : FROM archlinux/base
2021-04-30T08:32:48.2820201Z pull access denied for archlinux/base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
2021-04-30T08:32:48.2830749Z ##[endgroup]
2021-04-30T08:32:48.2952499Z ##[error]Docker build failed with exit code 1
2021-04-30T08:32:48.3009219Z Cleaning up orphan processes

Could you please suggest the possible reason of this problem?

@KSXGitHub
Copy link
Owner

I don't know about this myself. This seems to be a GitHub Action or Docker problem.

@Herschel
Copy link

Herschel commented Apr 30, 2021

Hit the same issue. Was working on 4/28 and earlier, failed starting on 4/29. I think the archlinux Docker images have been reorganized, as archlinux/base no longer exists. The Dockerfile should perhaps instead use archlinux/archlinux:base or archlinux.

@KSXGitHub
Copy link
Owner

KSXGitHub commented May 1, 2021

Can you try KSXGitHub/github-actions-deploy-aur@986ddd34dff0100127f95aee3590b4c303617c2f? If it works, then I will merge.

@Herschel
Copy link

Herschel commented May 3, 2021

Yep, can confirm that commit works. Thank you!

@KSXGitHub
Copy link
Owner

Released v2.2.4.

veeso added a commit to veeso/termscp that referenced this issue May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants