Force HTTPS in skopeo registry push #53

Closed
eblume wants to merge 1 commit from fix/skopeo-force-https into main
Owner

Summary

  • Fix skopeo trying HTTP (port 80) instead of HTTPS when pushing to registry
  • Add explicit port 443 to destination URL to force HTTPS connections
  • Replace heredoc with echo commands to avoid YAML syntax errors
  • Add registries.conf configuration for container tools

Background

Run 56 failed with "connection refused" on port 80 because skopeo defaulted to HTTP.
The --dest-tls-verify=false flag only disables certificate verification but doesn't force HTTPS.

Deployment and Testing

  • Merge PR
  • Push nettest-v0.1.1 tag to trigger build
  • Verify container appears in registry

🤖 Generated with Claude Code

## Summary - Fix skopeo trying HTTP (port 80) instead of HTTPS when pushing to registry - Add explicit port 443 to destination URL to force HTTPS connections - Replace heredoc with echo commands to avoid YAML syntax errors - Add registries.conf configuration for container tools ## Background Run 56 failed with "connection refused" on port 80 because skopeo defaulted to HTTP. The `--dest-tls-verify=false` flag only disables certificate verification but doesn't force HTTPS. ## Deployment and Testing - [ ] Merge PR - [ ] Push nettest-v0.1.1 tag to trigger build - [ ] Verify container appears in registry 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Force HTTPS by specifying port 443 in skopeo destination URL
Some checks failed
Build Container / build (push) Failing after 12s
ed8fbdc7ea
eblume closed this pull request 2026-01-25 09:34:15 -08:00
Some checks failed
Build Container / build (push) Failing after 12s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!53
No description provided.