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

Install ca-certificates package #8

Merged
merged 2 commits into from
Sep 14, 2023
Merged

Install ca-certificates package #8

merged 2 commits into from
Sep 14, 2023

Conversation

Abuelodelanada
Copy link
Contributor

This PR fixes #7

How to test it

  1. Build the image: rockcraft pack
  2. Copy the image to a oci-archive: skopeo --insecure-policy copy oci-archive:prometheus-pushgateway_1.6.1_amd64.rock docker-daemon:pushgateway:1.6.1
  3. Run the image: docker run -it --rm IMAGE_ID
  4. Run update-ca-certificates in container: docker exec -it CONTAINER_NAME update-ca-certificates

Copy link

@sed-i sed-i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea why packing took 0sec?
image

@Abuelodelanada
Copy link
Contributor Author

Any idea why packing took 0sec?
image

Is GHA running on quantum machines? 🤪
No idea, in my machine took a minute or so.

@Abuelodelanada Abuelodelanada merged commit e114141 into main Sep 14, 2023
1 check passed
@lucabello lucabello deleted the ca-certificates branch May 28, 2024 09:53
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.

install ca-certificates
2 participants