Jump to content

[Armbian build PR] - Revert "docker: fix: pass down `OCI_TARGET_BASE` to Docker instance automatically


Recommended Posts

Posted

Description

This reverts commit 99313504830558bf7524a92899939887f9ed8f56.

After this images compilation stop working under Docker / Github Actions. ORAS is looking for cache in the repository where we are running it from and ignoring definitions in lib/functions/artifacts/artifact-kernel.sh

Wrong: Error: ghcr.io/armbian/os/kernel-rk3568-odroid-edge:23.05.0-trunk--6.2.7-Safe5-D2a58-P0000-Cc2daHfe66-Bc6dc: not found

Correct: Error: ghcr.io/armbian/cache-kernel/kernel-rk3568-odroid-edge:23.05.0-trunk--6.2.7-Safe5-D2a58-P0000-Cc2daHfe66-Bc6dc: not found

Closing https://github.com/armbian/build/issues/4959

Jira reference number AR-1617

How Has This Been Tested?

  • [x] Run image compilation by attacking to the commit

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines