Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.53 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.53 KB

Sandbox for Testing Packages

A one-off disposable environment to test packages for the latest ubuntu release of our SW distros.

To get started, simply click on the badge below:

Open in GitHub Codespaces

Important

You need to enable the Codespaces feature on your account to access the sandbox.

Instead, if you aim to test against different distros/releases, do:

  1. 📝 Edit the file Dockerfile and create a new branch. In detail, you have to fiddle with these sections.
  2. 🚀 Launch the corresponding GitHub Codespace from within the new branch. Don't click on the main badge but rather use the green <> Code button up here (switch to the tab Codespaces).
  3. 🧹 Finish up by wiping out the branch.

⚠ How to flush the docker cache

As Docker relies on cached sections, you may still be using an old image when you've just updated a package to test. To invalidate the cache forcing Docker to build the relevant sections entirely again, apply the following workarounds: