Search Criteria
Package Details: umoci 0.4.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/umoci.git (read-only, click to copy) |
---|---|
Package Base: | umoci |
Description: | Umoci Modifies Open Container Images |
Upstream URL: | https://umo.ci/ |
Licenses: | Apache 2.0 |
Submitter: | vktec |
Maintainer: | falstaff_ch |
Last Packager: | falstaff_ch |
Votes: | 2 |
Popularity: | 0.108337 |
First Submitted: | 2017-02-04 20:18 (UTC) |
Last Updated: | 2021-04-08 16:16 (UTC) |
Dependencies (2)
- go (go-git, go-go2go-git, gccrs-go-git, go-beta, gcc-go-git, gcc-go) (make)
- go-md2man (make)
Latest Comments
zoidberg_md commented on 2022-01-22 15:26 (UTC)
You can use pgp validation if you want. Personally I like it as there is less work to do when a package is updated (no need to regenerate sha256 sums), but it's up to you:
cyphar commented on 2020-07-14 02:29 (UTC)
@falstaff_ch You should be able to just drop the Docker dependency now --
make umoci docs
doesn't use Docker anymore.falstaff_ch commented on 2020-07-04 23:55 (UTC)
@cyphar and @bryanjhv, thanks for the comments. Applied a patch which takes care of the version bump, rename of the
doc
target and repo change. Will have a look atlocal-docs
vs.docs
in a week or so.cyphar commented on 2020-07-04 03:09 (UTC)
Hi, I'm the upstream maintainer (yeah the docs building depending on Docker wasn't intentional and in openSUSE we always did
make local-docs
). This is a heads-up that there is a new release of umoci, and the repository has moved to https://github.com/opencontainers/umoci.bryanjhv commented on 2020-06-12 03:35 (UTC) (edited on 2020-06-12 03:36 (UTC) by bryanjhv)
Taking those comments as a reference:
https://aur.archlinux.org/packages/umoci/#comment-737649
https://github.com/openSUSE/umoci/issues/319#issuecomment-640151540
I think it's better to edit PKGBUILD like this:
- Remove dependency on
docker
.- Change
make doc
tomake local-doc
.Build is failing as of now, because the Docker image (which
doc
uses) is based onmaster
which does not havelocal-doc
anymore (it's calleddocs
now, but not released yet).zer0def commented on 2020-04-05 16:41 (UTC) (edited on 2020-04-05 16:43 (UTC) by zer0def)
On second thought, someone at SUSE must've cut a corner or two, so I've replaced Docker-based doc building with a simple bash loop, because it's kind of atrocious: https://github.com/zer0def/PKGBUILDs/commit/5110d4fe06d405d42901dd481a6ff9a30faff9ef.patch
falstaff_ch commented on 2020-04-05 13:34 (UTC)
@zer0def: thx, tested and applied your patch.
zer0def commented on 2020-04-05 07:56 (UTC)
Bump to 0.4.5 and update on makedeps: https://github.com/zer0def/PKGBUILDs/commit/d1ab45a8814a36efbc28f1564e496655c81d0911.patch
falstaff_ch commented on 2018-09-11 04:45 (UTC)
Added go-md2man and bumped version to 0.4.2.
CameronNemo commented on 2018-05-18 00:37 (UTC) (edited on 2018-05-18 00:37 (UTC) by CameronNemo)
needs a dependency on go-md2man
go build -buildmode=pie -ldflags "-s -w -X main.gitCommit="
8620cc63f84f
" -X main.version=0.4.0" -tags "" -o ./umoci github.com/openSUSE/umoci/cmd/umocigo build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags
go-md2man -in doc/man/umoci-unpack.1.md -out doc/man/umoci-unpack.1 /bin/bash: go-md2man: command not found
make: *** [Makefile:132: doc/man/umoci-unpack.1] Error 127
==> ERROR: A failure occurred in build().
:: failed to build umoci package(s)
andykluger commented on 2018-05-01 15:03 (UTC)
I've updated the package, but I don't use umoci, and so if anyone wants to take over maintenance, please say so and I'll disown.