-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First step for calaos-container deb package
- Loading branch information
Showing
10 changed files
with
13,184 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
calaos-container (1.0-0) UNRELEASED; urgency=medium | ||
|
||
* Initial release | ||
|
||
-- Calaos Team <[email protected]> Tue, 01 Jul 2023 00:00:00 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Source: calaos-container | ||
Maintainer: Calaos Team <[email protected]> | ||
|
||
Package: calaos-container | ||
Architecture: any | ||
Description: Calaos-OS container service |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
module github.com/calaos/calaos-container | ||
|
||
go 1.20 | ||
|
||
require github.com/containers/podman/v4 v4.5.1 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/Microsoft/go-winio v0.6.0 // indirect | ||
github.com/Microsoft/hcsshim v0.10.0-rc.7 // indirect | ||
github.com/VividCortex/ewma v1.2.0 // indirect | ||
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/cilium/ebpf v0.9.1 // indirect | ||
github.com/container-orchestrated-devices/container-device-interface v0.5.4 // indirect | ||
github.com/containerd/cgroups v1.1.0 // indirect | ||
github.com/containerd/containerd v1.7.0 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect | ||
github.com/containers/buildah v1.30.0 // indirect | ||
github.com/containers/common v0.52.0 // indirect | ||
github.com/containers/image/v5 v5.25.0 // indirect | ||
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect | ||
github.com/containers/ocicrypt v1.1.7 // indirect | ||
github.com/containers/psgo v1.8.0 // indirect | ||
github.com/containers/storage v1.46.1 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.3 // indirect | ||
github.com/disiqueira/gotree/v3 v3.0.2 // indirect | ||
github.com/docker/distribution v2.8.1+incompatible // indirect | ||
github.com/docker/docker v23.0.3+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.7.0 // indirect | ||
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-openapi/analysis v0.21.4 // indirect | ||
github.com/go-openapi/errors v0.20.3 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/jsonreference v0.20.0 // indirect | ||
github.com/go-openapi/loads v0.21.2 // indirect | ||
github.com/go-openapi/runtime v0.25.0 // indirect | ||
github.com/go-openapi/spec v0.20.8 // indirect | ||
github.com/go-openapi/strfmt v0.21.7 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/go-openapi/validate v0.22.1 // indirect | ||
github.com/godbus/dbus/v5 v5.1.1-0.20221029134443-4b691ce883d5 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-containerregistry v0.13.0 // indirect | ||
github.com/google/go-intervals v0.0.2 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/imdario/mergo v0.3.15 // indirect | ||
github.com/jinzhu/copier v0.3.5 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.16.4 // indirect | ||
github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect | ||
github.com/kr/fs v0.1.0 // indirect | ||
github.com/letsencrypt/boulder v0.0.0-20230213213521-fdfea0d469b6 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/manifoldco/promptui v0.9.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/mattn/go-shellwords v1.0.12 // indirect | ||
github.com/miekg/pkcs11 v1.1.1 // indirect | ||
github.com/mistifyio/go-zfs/v3 v3.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/moby/sys/mountinfo v0.6.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect | ||
github.com/opencontainers/runc v1.1.5 // indirect | ||
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect | ||
github.com/opencontainers/runtime-tools v0.9.1-0.20230317050512-e931285f4b69 // indirect | ||
github.com/opencontainers/selinux v1.11.0 // indirect | ||
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pkg/sftp v1.13.5 // indirect | ||
github.com/proglottis/gpgme v0.1.3 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/sigstore/fulcio v1.2.0 // indirect | ||
github.com/sigstore/rekor v1.1.0 // indirect | ||
github.com/sigstore/sigstore v1.6.0 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect | ||
github.com/sylabs/sif/v2 v2.11.1 // indirect | ||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect | ||
github.com/tchap/go-patricia/v2 v2.3.1 // indirect | ||
github.com/theupdateframework/go-tuf v0.5.2 // indirect | ||
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/vbatts/tar-split v0.11.3 // indirect | ||
github.com/vbauerster/mpb/v8 v8.3.0 // indirect | ||
go.etcd.io/bbolt v1.3.7 // indirect | ||
go.mongodb.org/mongo-driver v1.11.3 // indirect | ||
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/crypto v0.8.0 // indirect | ||
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect | ||
golang.org/x/mod v0.9.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/term v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/tools v0.7.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect | ||
google.golang.org/grpc v1.54.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) |
Oops, something went wrong.