Block a user
h8500-as (latest)
Published 2024-07-01 15:43:09 -04:00 by hurricos
Installation
docker pull git.laboratoryb.org/hurricos/h8500-as:latestsha256:0d3e68d005e2c90454873c76b0d59c280824221d5681b2cb8fa139617034c74f
Image Layers
| ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in / |
| LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00 |
| CMD ["/bin/bash"] |
| /bin/sh -c yum install -y epel-release |
| /bin/sh -c yum groupinstall development -y |
| WORKDIR /app/binutils |
| /bin/sh -c git clone https://github.com/bminor/binutils-gdb . && git checkout binutils-2_16 |
| /bin/sh -c ./configure --target=h8500-hms --prefix=/usr/local && make -j20 |
| /bin/sh -c make install |
| ENV PATH=/usr/local/h8500-hms/bin:$PATH |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.33.7 |
| org.label-schema.build-date | 20201113 |
| org.label-schema.license | GPLv2 |
| org.label-schema.name | CentOS Base Image |
| org.label-schema.schema-version | 1.0 |
| org.label-schema.vendor | CentOS |
| org.opencontainers.image.created | 2020-11-13 00:00:00+00:00 |
| org.opencontainers.image.licenses | GPL-2.0-only |
| org.opencontainers.image.title | CentOS Base Image |
| org.opencontainers.image.vendor | CentOS |