How to Install and Uninstall docker-lock Package on openSuSE Tumbleweed
Last updated: December 26,2024
1. Install "docker-lock" package
Please follow the guidelines below to install docker-lock on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
docker-lock
Copied
2. Uninstall "docker-lock" package
This tutorial shows how to uninstall docker-lock on openSuSE Tumbleweed:
$
sudo zypper remove
docker-lock
Copied
3. Information about the docker-lock package on openSuSE Tumbleweed
Information for package docker-lock:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : docker-lock
Version : 0.8.10-1.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 25.5 MiB
Installed : No
Status : not installed
Source package : docker-lock-0.8.10-1.12.src
Upstream URL : https://github.com/safe-waters/docker-lock
Summary : Automatically manage image digests in Dockerfiles, docker-compose files, and Kubernetes manifests
Description :
docker-lock is a cli tool that automates managing image digests by tracking them in a separate Lockfile (think package-lock.json or Pipfile.lock). With docker-lock, you can refer to images in Dockerfiles, docker-compose V3 files, and Kubernetes manifests by mutable tags (as in python:3.6) yet receive the same benefits as if you had specified immutable digests (as in python:3.6@sha256:25a189a536ae4d7c77dd5d0929da73057b85555d6b6f8a66bfbcc1a7a7de094b).
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : docker-lock
Version : 0.8.10-1.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 25.5 MiB
Installed : No
Status : not installed
Source package : docker-lock-0.8.10-1.12.src
Upstream URL : https://github.com/safe-waters/docker-lock
Summary : Automatically manage image digests in Dockerfiles, docker-compose files, and Kubernetes manifests
Description :
docker-lock is a cli tool that automates managing image digests by tracking them in a separate Lockfile (think package-lock.json or Pipfile.lock). With docker-lock, you can refer to images in Dockerfiles, docker-compose V3 files, and Kubernetes manifests by mutable tags (as in python:3.6) yet receive the same benefits as if you had specified immutable digests (as in python:3.6@sha256:25a189a536ae4d7c77dd5d0929da73057b85555d6b6f8a66bfbcc1a7a7de094b).