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

cqfd: use prebuilt image for cqfd #716

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dupremathieu
Copy link
Member

This commit updates the .cqfdrc file to use the prebuilt Docker image from the SEAPATH GitHub Container Registry. This image is built from the Dockerfile in the cqfd directory.

To update the image you have to create a GitHub token with delete:packages, repo, write:packages permissions in the Developer Settings of your GitHub account. Then you can run the following commands:

docker login ghcr.io # Use your GitHub username and the token as password
cqfd init
docker push ghcr.io/seapath/ansible_cqfd:v1.1.0
docker tag ghcr.io/seapath/ansible_cqfd:v1.1.0 ghcr.io/seapath/ansible_cqfd:latest
docker push ghcr.io/seapath/ansible_cqfd:latest

This commit updates the .cqfdrc file to use the prebuilt Docker image
from the SEAPATH GitHub Container Registry. This image is built from the
Dockerfile in the cqfd directory.

To update the image you have to create a GitHub token with
delete:packages, repo, write:packages permissions in the Developer
Settings of your GitHub account. Then you can run the following
commands:

```bash
docker login ghcr.io # Use your GitHub username and the token as password
cqfd init
docker push ghcr.io/seapath/ansible_cqfd:v1.1.0
docker tag ghcr.io/seapath/ansible_cqfd:v1.1.0 ghcr.io/seapath/ansible_cqfd:latest
docker push ghcr.io/seapath/ansible_cqfd:latest
```

Signed-off-by: Mathieu Dupré <[email protected]>
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.

2 participants