[ ソース: golang-github-containers-buildah ]
パッケージ: golang-github-containers-buildah-dev (1.19.6+dfsg1-1)
golang-github-containers-buildah-dev に関するリンク
Debian の資源:
golang-github-containers-buildah ソースパッケージをダウンロード:
- [golang-github-containers-buildah_1.19.6+dfsg1-1.dsc]
- [golang-github-containers-buildah_1.19.6+dfsg1.orig.tar.xz]
- [golang-github-containers-buildah_1.19.6+dfsg1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
tool to facilitate building OCI images
The Buildah package provides a command line tool that can be used to
- create a working container, either from scratch or using an image as a starting point - create an image, either from a working container or via the instructions in a Dockerfile - images can be built in either the OCI image format or the traditional upstream docker image format - mount a working container's root filesystem for manipulation - unmount a working container's root filesystem - use the updated contents of a container's root filesystem as a filesystem layer to create a new image - delete a working container or an image - rename a local container
This package contains golang sources that other package may require for building.
その他の golang-github-containers-buildah-dev 関連パッケージ
|
|
|
|
-
- dep: golang-ginkgo-dev
- Transitional package for golang-github-onsi-ginkgo-dev
以下のパッケージによって提供される仮想パッケージでもあります: golang-github-onsi-ginkgo-dev
-
- dep: golang-github-appc-cni-dev (>= 0.7.0~~)
- container network interface
-
- dep: golang-github-containers-common-dev (>> 0.33.1)
- Common files for github.com/containers repositories (library)
-
- dep: golang-github-containers-image-dev (>= 5.10.2)
- golang library to work with containers' images
-
- dep: golang-github-containers-ocicrypt-dev
- Encryption libraries for Encrypted OCI Container images (library)
-
- dep: golang-github-containers-storage-dev (>= 1.24.6)
- Go library for handling how containers are stored on disk
-
- dep: golang-github-coreos-bbolt-dev (>= 1.3.3~)
- low-level key/value database for Go, especially CoreOS's etcd
-
- dep: golang-github-cyphar-filepath-securejoin-dev
- filepath.SecureJoin implementation
-
- dep: golang-github-docker-docker-dev (>= 19.03.4~)
- reusable Go packages included with Docker
-
- dep: golang-github-docker-go-units-dev
- parse and print size and time units in human-readable format
-
- dep: golang-github-fsouza-go-dockerclient-dev
- Docker client library in Go
-
- dep: golang-github-hashicorp-go-multierror-dev
- Go package for representing a list of errors as a single error
-
- dep: golang-github-ishidawataru-sctp-dev
- SCTP library for the Go programming language
-
- dep: golang-github-mattn-go-shellwords-dev
- parse line as shell words in Golang
-
- dep: golang-github-opencontainers-go-digest-dev
- Common digest package used across the container ecosystem
-
- dep: golang-github-opencontainers-image-spec-dev
- Open Container Initiative (OCI) Image Format Specification
-
- dep: golang-github-opencontainers-runc-dev (>= 1.0.0~rc92~)
- Open Container Project - development files
-
- dep: golang-github-opencontainers-runtime-tools-dev
- OCI Runtime Tools
-
- dep: golang-github-opencontainers-selinux-dev
- common selinux implementation
-
- dep: golang-github-opencontainers-specs-dev
- Open Container Specifications
-
- dep: golang-github-openshift-api-dev
- OpenShift API definitions
-
- dep: golang-github-openshift-imagebuilder-dev
- Builds container images using Dockerfile as imput
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go
-
- dep: golang-github-seccomp-containers-golang-dev
- libseccomp mappings in Golang
-
- dep: golang-github-seccomp-libseccomp-golang-dev
- golang bindings for libseccomp
-
- dep: golang-github-sirupsen-logrus-dev
- Logrus: a logging library for Go
-
- dep: golang-github-spf13-cobra-dev
- Go library for creating powerful modern Go CLI applications
-
- dep: golang-github-spf13-pflag-dev
- Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
-
- dep: golang-gocapability-dev
- Utilities for manipulating POSIX capabilities in Go
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system
-
- dep: golang-gomega-dev
- Matcher/assertion library for the Go programming language