[Bug 208438] ports-mgmt/pkg ports-mgmt/poudriere Connection to own IP on port 80 in jail without configuring it
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 31 18:44:19 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208438
Bug ID: 208438
Summary: ports-mgmt/pkg ports-mgmt/poudriere Connection to own
IP on port 80 in jail without configuring it
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: pkg at FreeBSD.org
Reporter: alexander+freebsd at affine.space
Flags: maintainer-feedback?(pkg at FreeBSD.org)
Assignee: pkg at FreeBSD.org
I recently migrated to poudriere to build packages for all my jails. Poudriere
runs outside of the jails and the packages are served via an nginx listening on
port 36742, running outside of the jails as well.
Inside of the jails I configured pkg to use my build packages:
root at mail:/usr/local/etc/pkg/repos # cat FreeBSD.conf
FreeBSD: { enabled: no }
root at mail:/usr/local/etc/pkg/repos # cat poudriere.conf
poudriere: {
url: "http://127.0.0.1:36742/packages/${ABI}",
mirror_type: "http",
signature_type: "NONE",
enabled: yes
}
This works as expected.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pkg
mailing list