-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make
fails on centos7
#567
Comments
Podman only supports the label=, not the label: |
podman only accepts the = syntax. Fixes containers#567. Signed-off-by: Miloslav Trmač <[email protected]>
Thanks, fixed — but you almost certainly want @rhatdan @runcom Should we make local builds the default target? I’m even seriously tempted to just drop the in-container build targets altogether… we don’t use it, and it shows. |
I think the local build should always be default
…On Thu, Nov 8, 2018, 15:27 Miloslav Trmač ***@***.*** wrote:
Thanks, fixed — but you almost certainly want make binary-local to get a
locally usable binary instead of an Ubuntu-dependent dynamically linked one.
@rhatdan <https://github.com/rhatdan> @runcom <https://github.com/runcom>
Should we make local builds the default target?
I’m even seriously tempted to just drop the in-container build targets
altogether… we don’t use it, and it shows.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#567 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEF6XksMkp1djUZwyZsazIScDuFvOTKks5utJO1gaJpZM4YSh72>
.
|
@mtrmac Yes local should be the default. |
Thanks for recording this here; it helped to fix kubernetes/test-infra#13045. |
I've installed the podman rpm (
podman-0.9.2-5.git37a2afe.el7_5.x86_64
) to ensure all dependencies are present, and then built&installed podman master$ podman version Version: 0.10.2-dev Go Version: go1.11 Git Commit: "76360d9a6ef73f694138766b81f380e45a860556" Built: Mon Nov 5 12:44:35 2018 OS/Arch: linux/amd64
When I attempt to
make
skopeo master (187299a) it fails at this point:The text was updated successfully, but these errors were encountered: