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

check matrix #5

Open
wants to merge 35 commits into
base: jd_rhel9
Choose a base branch
from
Open

check matrix #5

wants to merge 35 commits into from

Conversation

jiridanek
Copy link
Owner

No description provided.

caponetto and others added 30 commits July 12, 2024 09:50
…ls (opendatahub-io#605)

This does not help appreciably with the scan runtime,
but still it's an improvement in efficiency.
…ahub-io#601)

* ci: implement ghcr.io expiration for images and cache layers

* fixups from rewiew, reference action by hash not tag

Co-authored-by: Guilherme Caponetto <[email protected]>

---------

Co-authored-by: Guilherme Caponetto <[email protected]>
This is stolen from a recent kubeflow PR by @ederign. Compared to the previous version, this also reports on new untracked files. Also, the command is much simpler to read.
Here's how this is supposed to work.

On a subscribed machine, podman mounts the secrets directory into the container as a volume.

```
$ cat /usr/share/containers/mounts.conf
/usr/share/rhel/secrets:/run/secrets
```

Furthermore, there may be /run/secrets/etc-pki-entitlement and /run/secrets/rhsm.

The approach that actually worked for me is https://access.redhat.com/solutions/5558771

First, subscription-manager detects a container and behaves differently there. So, run `subscription-manager` with `SMDEV_CONTAINER_OFF=1` to subscribe container as if it was a physical machine.

Then, look into `/etc/pki/entitlement` for certificates as suggested in https://grep.be/blog//en/work/The_future_of_the_eID_on_RHEL/
git-crypt export-key git-crypt-key
base64 git-crypt-key | gh secret set GIT_CRYPT_KEY --repo red-hat-data-services/notebook
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 this pull request may close these issues.

3 participants