Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 33. Red Hat Enterprise Linux Atomic Host 7.3.3
33.1. Atomic Host Link kopierenLink in die Zwischenablage kopiert!
OStree update:
New Tree Version: 7.3.3 (hash: bfc591ba1a4395c6b8e54d34964b05df4a61e0d82d20cc1a2fd817855c7e2da5)
Changes since Tree Version 7.3.2-1 (hash: 69a74a4ed6954492a7c82279f6efe59bffb8952e95577f8359a6717d57a36774)
Updated packages:
- cockpit-ostree-131-3.el7
- rpm-ostree-client-2017.1-6.atomic.el7
New packages (rhel-atomic container only):
- librhsm-0.0.1-1.el7
- libdnf-0.7.4-2.el7
- microdnf-2-2.el7.1.1
33.2. Extras Link kopierenLink in die Zwischenablage kopiert!
Updated packages:
- atomic-1.15.3-1.el7
- cockpit-131-3.el7
- docker-latest-1.12.6-11.el7
- docker-distribution-2.6.0-1.el7 *
- flannel-0.7.0-1.el7
- kubernetes-1.5.2-0.2.gitc55cf2b.el7
- etcd-3.1.0-2.el7
- openscap-docker-7.3.3-2
- python-docker-py-1.10.6-1.el7
- gomtree-0.3.1-1.el7
- runc-1.0.0-2.rc2.el7
- skopeo-0.1.18-1.el7
New packages:
- container-selinux-2.9-4.el7
- ostree-2017.1-3.atomic.el7
- ostree-fuse-2017.1-3.atomic.el7
The asterisk (*) marks packages which are available for Red Hat Enterprise Linux only.
33.2.1. Container Images Link kopierenLink in die Zwischenablage kopiert!
New
- Red Hat Enterprise Linux Atomic Image (rhel7/rhel-atomic)
Updated:
- Red Hat Enterprise Linux 7.3.3 Container Image (rhel7/rhel)
- Red Hat Enterprise Linux Atomic Tools Container Image (rhel7/rhel-tools)
- Red Hat Enterprise Linux Atomic Identity Management Server Container Image (rhel7/ipa-server)
- Red Hat Enterprise Linux Atomic cockpit-ws Container Image (rhel7/cockpit-ws)
- Red Hat Enterprise Linux Atomic openscap (rhel7/openscap)
- Red Hat Enterprise Linux Atomic rsyslog Container Image (rhel7/rsyslog)
- Red Hat Enterprise Linux Atomic sadc Container Image (rhel7/sadc)
- Red Hat Enterprise Linux Atomic SSSD Container Image (rhel7/sssd)
- Red Hat Enterprise Linux Atomic etcd Container Image (rhel7/etcd)
- Red Hat Enterprise Linux Atomic flannel Container Image (rhel7/flannel)
- Red Hat Enterprise Linux Atomic Kubernetes-apiserver Container Image (rhel7/kubernetes-apiserver)
- Red Hat Enterprise Linux Atomic Kubernetes-scheduler Container Image (rhel7/kubernetes-scheduler)
- Red Hat Enterprise Linux Atomic Kubernetes-controller Container Image (rhel7/kubernetes-controller-mgr)
33.3. New Features Link kopierenLink in die Zwischenablage kopiert!
MicroDNF
The microdnf package (microdnf-2-2.el7.1.1) contains a limited functionality package manager written in C. This minimal subscription-manager plugin implementation for microdnf does not enable any repositories by default. As a consequence, all repositories managed by subscription-manager are disabled in container. To enable the necessary repositories, use the --enablerepo option. For example:
microdnf install --enablerepo rhel-7-server-rpms httpd
microdnf install --enablerepo rhel-7-server-rpms httpdCopy to Clipboard Copied! Toggle word wrap Toggle overflow This way, you can install packages from repositories managed by subscription-manager by enabling them manually.
The microdnf package is added to the rhel-atomic minimal base image to replace the yum facility. It has a limited number of features from the dnf command that only allow you to enable or disable repositories, install and remove packages, and clean out cache. Run microdnf --help from inside of the rhel-atomic container to see all available options.