Skip to content

Commit

Permalink
Base docker image on crops/poky:ubuntu20.04
Browse files Browse the repository at this point in the history
Updating due to a segmentation fault in mkfs.ext4 caused by the patchelf in ubuntu 18.04.

Freescale/meta-freescale#1593
NixOS/patchelf#492 (comment)
conda-forge/admin-requests#746
  • Loading branch information
mattiasbus authored and RikardO-HM committed Jan 3, 2024
1 parent d4e8be6 commit 145a187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/bid
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

set -e

CONTAINERNAME="hm_platform_builder_next"
CONTAINERNAME="hm_platform_builder-crops-ubuntu-20.04"
build_container()
{
if [[ -z $1 ]]; then echo >&2 "Usage: build_container container-name"; return 1; fi
# --no-cache can be used as an argument to docker build
docker build -t "$1" - <<DockerFileHere
from crops/poky
docker build -t "$1" - <<DockerFileHere
from crops/poky:ubuntu-20.04
USER root
RUN apt-get update && \apt-get install -y --no-install-recommends libncurses-dev rsync bc libgnutls28-dev zstd liblz4-tool mtools parted dosfstools u-boot-tools
RUN wget http://commondatastorage.googleapis.com/git-repo-downloads/repo
Expand Down

0 comments on commit 145a187

Please sign in to comment.