Wind River Linux Distro23 containers
2.5K
The images are built from Wind River Linux LTS 23. The images can be highly customized by package manager dnf. The packages are well split which gives the user the ultimate flexibility to create a base container image with only the packages they need.
All required source code for these images are provided at the following URL: https://distro.windriver.com/dist/distro23/sources/
Open Source Compliance Artifacts: https://open.windriver.com/env/Linux/Distro/23/index.html
Package Manager: dnf
glibc
A busybox based minimal image that boots to a console, can be expanded to a large image via package manager dnf.
A full functional image that boots to a console, no busybox installed but other common tools such as coreutils is installed by default.
$ docker pull windriver/wrdistro23
$ docker run -it --rm windriver/wrdistro23
$ docker pull windriver/wrdistro23:full
$ docker run -it --rm windriver/wrdistro23:full
$ dnf install <package>
$ dnf remove <package>
The images are provided under the GPL-2.0 license.
Copyright (c) 2024 Wind River Systems Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
The images include third party software which might be available under additional open source licenses, including the base Wind River Linux LTS22/LTS23 distribution along with third party dependencies.
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this software are for identification purposes only. Wind River is a registered trademark of Wind River Systems, Inc. Linux is a registered trademark owned by Linus Torvalds.
Disclaimer of Warranty / No Support: Wind River does not provide support and maintenance services for this software, under Wind River’s standard Software Support and Maintenance Agreement or otherwise. Unless required by applicable law, Wind River provides the software (and each contributor provides its contribution) on an “AS IS” BASIS, WITHOUT WARRANTIES OF ANY KIND, either express or implied, including, without limitation, any warranties of TITLE, NONINFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the software and assume any risks associated with your exercise of permissions under the license.
Content type
Image
Digest
sha256:6e2635f13…
Size
61.4 MB
Last updated
over 2 years ago
docker pull windriver/wrdistro23