Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 18:44:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@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-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208438

            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. Poudri=
ere
runs outside of the jails and the packages are served via an nginx listenin=
g 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=20
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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