History log of /openbmc/openbmc-build-scripts/build-rootfs-size-docker.sh (Results 1 – 7 of 7)
Revision Date Author Comments
# 476a7e99 06-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

format shell scripts with beautysh

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie72911e0f57a1f69b0bf317de8c52947886e1303


# ab2c6aaf 12-Oct-2022 Lei YU <yulei.sh@bytedance.com>

build-rootfs-size-docker: Enable proxy

Add http_proxy and UBUNTU_MIRROR support as build-setup.sh, so that it
is possible to make the script work behind a proxy and use a different
ubuntu mirror.

S

build-rootfs-size-docker: Enable proxy

Add http_proxy and UBUNTU_MIRROR support as build-setup.sh, so that it
is possible to make the script work behind a proxy and use a different
ubuntu mirror.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I833d24e3f3ccef19abfb01cdb9c62b3d8a195b35

show more ...


# f98f1a8d 21-Dec-2021 Thang Q. Nguyen <thang@os.amperecomputing.com>

Use native docker images for scripts on aarch64 Host OS

Commit 051b05b7 support aach64 Host OS to execute scripts. However, it
does not set DOCKER_BASE parameter which consequently uses x86_64 docke

Use native docker images for scripts on aarch64 Host OS

Commit 051b05b7 support aach64 Host OS to execute scripts. However, it
does not set DOCKER_BASE parameter which consequently uses x86_64 docker
images instead of arm64v8 image.
This commit sets DOCKER_BASE to arm64v8/ to use native docker images.

Tested:
1. Set environment variables appropriately and execute scripts. Ensure
all docker images loaded successfully and scripts can execute without
issue.

Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Change-Id: I3c09d448dae17f290f2c2fd1d8116167510635b6

show more ...


# 051b05b7 10-Dec-2021 Thang Q. Nguyen <thang@os.amperecomputing.com>

Add support aarch64 architecture

Support to run scripts in aarch64 Host Linux.

Tested: execute the scripts changed in this commit in Aarch64 Host
Ubuntu OS and check they can ex

Add support aarch64 architecture

Support to run scripts in aarch64 Host Linux.

Tested: execute the scripts changed in this commit in Aarch64 Host
Ubuntu OS and check they can execute successfully

Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Change-Id: Idde23fbd09c5000c710f4f6d88793fefbb0cb04c

show more ...


# 0f3b9b53 01-Nov-2021 Patrick Williams <patrick@stwcx.xyz>

remove ubuntu version documentation

A few of the scripts which utilize a version of an Ubuntu container when
making a dependent Docker container also document the default choice in
c

remove ubuntu version documentation

A few of the scripts which utilize a version of an Ubuntu container when
making a dependent Docker container also document the default choice in
comments. This leads to redundant, and sometimes missed, changes
whenever upgrading the underlying Ubuntu distro version. Strike them
to reduce this maintenance.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idc64437a6c6b1f07b6d716829b41b9fd58e62cc3

show more ...


# 384d741b 06-Nov-2020 Patrick Williams <patrick@stwcx.xyz>

shellcheck: clean up shellcheck warnings and enable

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ibc843b98c0fea97a31d3d15b556a32f091bf8e47


# 6e77d11e 06-Feb-2019 Michael Shepos <shepos@us.ibm.com>

Add docker build script for rootfs_size.py

Change-Id: Ib287ffd33a5333b6b0a1fdf64aa1a392aff48392
Signed-off-by: Michael Shepos <shepos@us.ibm.com>