Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 18:44:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 208438] ports-mgmt/pkg ports-mgmt/poudriere Connection to own IP on port 80 in jail without configuring it
Message-ID:  <bug-208438-32340@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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@FreeBSD.org
          Reporter: alexander+freebsd@affine.space
             Flags: maintainer-feedback?(pkg@FreeBSD.org)
          Assignee: pkg@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@mail:/usr/local/etc/pkg/repos # cat FreeBSD.conf 
FreeBSD: { enabled: no }
root@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208438-32340>