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 7ce8b1c8835807ed49369a55b0e…
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":2887,"digest":"sha256:0fef9f36de4699cebc478c0c0c3d65c3d4e58a5128f509bc74ec5c8aac9eedbb"},"layers":[{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":31801965,"digest":"sha256:43850375985f329ab0cb29ab8f5c900ce9f0707db5449dbe29bc3ba25df5d469"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":14336331,"digest":"sha256:2ec8f05e5aeff0a939909ee4d9bcd207538869ac0b429a97d5b4cf1a0d007edb"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":4224,"digest":"sha256:d9c133fe908862e57e56da96fbb791eec9751bff5d115749e81906da699e69c0"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":11121939,"digest":"sha256:bc702e8d7c3e6e3b65ad55d0e972b30860f315581798c533c3caf514a7115e4d"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":20234260,"digest":"sha256:227be1a949033ef0386244ad6489a8134b9fcefee181279251ea7e5d60e6c8ef"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":1039,"digest":"sha256:cf5a0b256ccedd8d0e69567b0c1693567ae0f7a87f360e8d7077f651a66373e0"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":1463,"digest":"sha256:fbae5d297bc6934b87a98bac328a10d4d63c65c5fcabe2153377bde53979c010"}]}
Digest:
sha256:43850375985f329ab0cb29ab8f5c900ce9f0707db5449dbe29bc3ba25df5d469
Command: /bin/sh -c #(nop) ADD file:8faed18d471598732aa3816c8f70e227f16f4de5db6c5c32812a09141048f56d in / |
30.3 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:2ec8f05e5aeff0a939909ee4d9bcd207538869ac0b429a97d5b4cf1a0d007edb
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 # buildkit |
13.7 MB | ||
Digest:
sha256:d9c133fe908862e57e56da96fbb791eec9751bff5d115749e81906da699e69c0
Command: RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit |
4.1 KB | ||
Digest:
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4
Command: ARG TARGETARCH |
32 bytes | ||
Digest:
sha256:bc702e8d7c3e6e3b65ad55d0e972b30860f315581798c533c3caf514a7115e4d
Command: COPY amd64/client /usr/local/bin/client # buildkit |
10.6 MB | ||
Digest:
sha256:227be1a949033ef0386244ad6489a8134b9fcefee181279251ea7e5d60e6c8ef
Command: COPY amd64/server /usr/local/bin/server # buildkit |
19.3 MB | ||
Digest:
sha256:cf5a0b256ccedd8d0e69567b0c1693567ae0f7a87f360e8d7077f651a66373e0
Command: COPY certs/cert.crt /cert.crt # buildkit |
1.0 KB | ||
Digest:
sha256:fbae5d297bc6934b87a98bac328a10d4d63c65c5fcabe2153377bde53979c010
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
4 days, 6 hours ago
Scan result
Vulnerable
Vulnerability count
2
Max. severity
MediumTarget: | ||
MEDIUM |
CVE-2410-38894: library: vulnerability titlePackage Name: package_name Installed Version: 1.1.10 Fixed Version: 2.6.82 References: white.com www.craig.com davis.org |
|
LOW |
CVE-9098-73688: library: vulnerability titlePackage Name: package_name Installed Version: 1.1.37 Fixed Version: 2.10.38 References: osborn.com www.gonzales.info www.miller-wheeler.com |
These instructions assume you have setup the repository first (or read it).
To pull app @ reference/tag sha256:7ce8b1c8835807ed49369a55b0e6a5f9965ace38c4435398b6040538d0fc955e:
docker pull containers.istio.tetratelabs.com/app@sha256:7ce8b1c8835807ed49369a55b0e6a5f9965ace38c4435398b6040538d0fc955e
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:7ce8b1c8835807ed49369a55b0e6a5f9965ace38c4435398b6040538d0fc955e