You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.
Search by package name:
my-package
(implicit)
name:my-package
(explicit)
Search by package filename:
my-package.ext
(implicit)
filename:my-package.ext
(explicit)
Search by package tag:
latest
(implicit)
tag:latest
(explicit)
Search by package version:
1.0.0
(implicit)
version:1.0.0
(explicit)
prerelease:true
(prereleases)
prerelease:false
(no prereleases)
Search by package architecture:
architecture:x86_64
Search by package distribution:
distribution:el
Search by package license:
license:MIT
Search by package format:
format:deb
Search by package status:
status:in_progress
Search by package file checksum:
checksum:5afba
Search by package security status:
severity:critical
Search by package vulnerabilities:
vulnerabilities:>1
vulnerabilities:<1000
Search by # of package downloads:
downloads:>8
downloads:<100
Search by package type:
type:binary
type:source
Search by package size (bytes):
size:>50000
size:<10000
Search by dependency name/version:
dependency:log4j
dependency:log4j=1.0.0
dependency:log4j>1.0.0
Search by uploaded date:
uploaded:>"1 day ago"
uploaded:<"August 14, 2022 EST"
Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY
Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true
Search by repository:
repository:repo-name
Search queries for all Debian-specific (and related) package types
Search by component:
deb_component:unstable
Search queries for all Maven-specific (and related) package types
Search by group ID:
maven_group_id:org.apache
Search queries for all Docker-specific (and related) package types
Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)
Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)
Field type modifiers (depending on the type, you can influence behaviour)
For all queries, you can use:
~foo
for negation
For string queries, you can use:
^foo
to anchor to start of term
foo$
to anchor to end of term
foo*bar
for fuzzy matching
For number/date or version queries, you can use:
>foo
for values greater than
>=foo
for values greater / equal
<foo
for values less than
<=foo
for values less / equal
Need a secure and centralised artifact repository to deliver Alpine,
Cargo,
CocoaPods,
Composer,
Conan,
Conda,
CRAN,
Dart,
Debian,
Docker,
Go,
Helm,
Hex,
LuaRocks,
Maven,
npm,
NuGet,
P2,
Python,
RedHat,
Ruby,
Swift,
Terraform,
Vagrant,
Raw & More packages?
Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.
With support for all major package formats, you can trust us to manage your software supply chain.
app 8a60e23787f1b8fda1b31689ab2…
One-liner (summary)
Description
This package was uploaded with the following V2 Distribution manifest:
{"schemaVersion":2,"mediaType":"application/vnd.docker.distribution.manifest.v2+json","config":{"mediaType":"application/vnd.docker.container.image.v1+json","size":3040,"digest":"sha256:35ae9db22411cf2884d9f0aa28a37515aadba97cea4d7bdc5bdcb1dd87ac9c6f"},"layers":[{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":31286007,"digest":"sha256:3750a8ced9e6c134f2b3f033941f66e7ff9705bfae0364be4261e4033f31d7f2"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":9834443,"digest":"sha256:bc4fab757081eef931722047c02bc4c37f77255806ef67434effe664a878a712"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":4669,"digest":"sha256:d125afe9323e49459869ec27b065cd42caa12b870b5a1142190151e8252b2145"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":9186821,"digest":"sha256:8c53266f0a5c9f1a29fb3d6bf16896fb40043aba09c8ab01841a79bfb998a35d"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":17314101,"digest":"sha256:bdf581e829487d1fd27ffa16981f08d4d09c9ffb36eded6dd72df70600151992"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":1038,"digest":"sha256:18d52d4f98243df99aa019585fe315a76812572413ae85d2588035f6391d3c79"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":1464,"digest":"sha256:2eb9fbe58ef529774002166c637e4c8a0b2bebeb74b4aedaa6fda32750201202"}]}
Digest:
sha256:3750a8ced9e6c134f2b3f033941f66e7ff9705bfae0364be4261e4033f31d7f2
Command: /bin/sh -c #(nop) ADD file:550e7da19f5f7cef52c6ea160a33daa482f44df086ddecffca8ec9be6385b848 in / |
29.8 MB | ||
Digest:
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4
Command: /bin/sh -c #(nop) CMD ["bash"] |
32 bytes | ||
Digest:
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4
Command: ENV DEBIAN_FRONTEND=noninteractive |
32 bytes | ||
Digest:
sha256:bc4fab757081eef931722047c02bc4c37f77255806ef67434effe664a878a712
Command: RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y ca-certificates curl iptables iproute2 iputils-ping knot-dnsutils netcat tcpdump conntrack bsdmainutils net-tools lsof sudo && update-ca-certificates && apt-get upgrade -y && apt-get clean && rm -rf /var/log/*log /var/lib/apt/lists/* /var/log/apt/* /var/lib/dpkg/*-old /var/cache/debconf/*-old && update-alternatives --set iptables /usr/sbin/iptables-legacy && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit |
9.4 MB | ||
Digest:
sha256:d125afe9323e49459869ec27b065cd42caa12b870b5a1142190151e8252b2145
Command: RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit |
4.6 KB | ||
Digest:
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4
Command: ARG TARGETARCH |
32 bytes | ||
Digest:
sha256:8c53266f0a5c9f1a29fb3d6bf16896fb40043aba09c8ab01841a79bfb998a35d
Command: COPY arm64/client /usr/local/bin/client # buildkit |
8.8 MB | ||
Digest:
sha256:bdf581e829487d1fd27ffa16981f08d4d09c9ffb36eded6dd72df70600151992
Command: COPY arm64/server /usr/local/bin/server # buildkit |
16.5 MB | ||
Digest:
sha256:18d52d4f98243df99aa019585fe315a76812572413ae85d2588035f6391d3c79
Command: COPY certs/cert.crt /cert.crt # buildkit |
1.0 KB | ||
Digest:
sha256:2eb9fbe58ef529774002166c637e4c8a0b2bebeb74b4aedaa6fda32750201202
Command: COPY certs/cert.key /cert.key # buildkit |
1.4 KB | ||
Digest:
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4
Command: ENTRYPOINT ["/usr/local/bin/server"] |
32 bytes |
Security Scanning:
You can't see this because your subscription doesn't include this feature, sorry!
With Security Scanning, Cloudsmith will scan your artifacts for vulnerabilities when they're uploaded. These are then presented to you via the UI and the API, so that you can build rules into your CI/CD pipelines to decide how to handle low, medium, high and critical software vulnerabilities.
If you'd like to trial or ask about the Security Scanning feature, just ask us. We'll be happy to help!
Last scanned
1 day, 5 hours ago
Scan result
Vulnerable
Vulnerability count
2
Max. severity
LowTarget: | ||
LOW |
CVE-1218-57852: library: vulnerability titlePackage Name: package_name Installed Version: 1.2.27 Fixed Version: 2.10.66 References: lee-sanchez.com www.cochran.com pacheco.info |
|
LOW |
CVE-8951-35440: library: vulnerability titlePackage Name: package_name Installed Version: 1.9.3 Fixed Version: 2.8.78 References: white.net tucker.com rodriguez-mack.com |
These instructions assume you have setup the repository first (or read it).
To pull app @ reference/tag sha256:8a60e23787f1b8fda1b31689ab2c6e7733678c1cf6056aa097d1c897298394f8:
docker pull containers.istio.tetratelabs.com/app@sha256:8a60e23787f1b8fda1b31689ab2c6e7733678c1cf6056aa097d1c897298394f8
You can also pull the latest version of this image (if it exists):
docker pull containers.istio.tetratelabs.com/app:latest
To refer to this image after pulling in a Dockerfile, specify the following:
FROM containers.istio.tetratelabs.com/app@sha256:8a60e23787f1b8fda1b31689ab2c6e7733678c1cf6056aa097d1c897298394f8