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:   maintainer-feedback requested: [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-pGTCEVGm8H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208438-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208438-32340@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Alexander Kauer <alexander+freebsd@affine.space> has reassigned Bugzilla
Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to
pkg@FreeBSD.org:
Bug 208438: ports-mgmt/pkg ports-mgmt/poudriere Connection to own IP on port 80
in jail without configuring it
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208438



--- Description ---
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.


help

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