Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

rancher/os-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0e2da8 · Jun 1, 2020
Dec 30, 2019
Jan 13, 2020
Jun 1, 2020
Dec 30, 2019
Dec 26, 2019
Jun 1, 2020
Mar 6, 2018
Dec 12, 2018
Apr 23, 2018
Oct 18, 2019
Mar 27, 2019
Jan 21, 2019
Feb 24, 2019
Apr 24, 2019
Dec 30, 2019
Aug 13, 2019
Dec 28, 2018
May 29, 2019
Nov 22, 2016
May 7, 2019
Nov 22, 2016
Oct 12, 2019
Nov 22, 2016
Jun 1, 2020

Repository files navigation

os-images

Docker Images for RancherOS

Building

Run make

Details

Multi-arch Dockerfiles

As a pre-cursor to native multi-arch support, we leverage some features of dapper.

In the Dockerfiles, you'll see lines like:

FROM rancher/os-centosconsole-base
# FROM amd64=centos:7 arm64=skip arm=skip

The rancher/os-centosconsole-base does not actually exist. Dapper will download the arch specific image listed in the commented out # FROM line, and tag that, so the build can occur.

Special Entrypoint and CMD

Console images also use special ENTRYPOINT and CMD settings, which are bind mounted into the container at run time:

ENTRYPOINT ["/usr/bin/ros", "entrypoint"]

Misc details

The sshd is configured to accept logins from users in the docker group, and root is denied.

Contact

For bugs, questions, comments, corrections, suggestions, etc., open an issue in rancher/os with a title starting with [os-images] .

Or just click here to create a new issue.