awesomewm.d.tl/busted-tl_just (latest)

Published 2024-02-25 16:34:20 +01:00 by Aire-One in Aire-One/awesomewm.d.tl

Installation

docker pull gitea.aireone.xyz/aire-one/awesomewm.d.tl/busted-tl_just:latest
sha256:86147ea8d540cdca19a7304ae8a245cd8244c863659b7d5f356bf565795073d9

Image Layers

ADD file:aa1af71c6b66d2dddee4797236e3e526f70f904ab641cc0dd6b41445cfedf9b4 in /
CMD ["/bin/sh"]
LABEL maintainer=Andriy Kornatskyy <andriy.kornatskyy@live.com>
ENV LUA_VERSION=5.4.6
RUN /bin/sh -c set -ex && apk -U upgrade && apk add --no-cache readline && apk add --no-cache --virtual .build-deps ca-certificates openssl make gcc libc-dev readline-dev ncurses-dev && wget --no-check-certificate -c https://www.lua.org/ftp/lua-${LUA_VERSION}.tar.gz -O lua.tar.gz && echo "83f41abf92620dd15f022e6f863807b07e318495 lua.tar.gz" | sha1sum -c -s - && tar xzf lua.tar.gz && cd lua-${LUA_VERSION} && make -j"$(nproc)" linux && make install && cd .. && rm -rf lua.tar.gz lua-${LUA_VERSION} && apk del .build-deps # buildkit
CMD ["lua"]
LABEL maintainer=Andriy Kornatskyy <andriy.kornatskyy@live.com>
ENV LUAROCKS_VERSION=3.9.2
RUN /bin/sh -c set -ex && apk add --no-cache ca-certificates openssl wget && apk add --no-cache --virtual .build-deps make gcc libc-dev && wget https://luarocks.github.io/luarocks/releases/luarocks-${LUAROCKS_VERSION}.tar.gz -O - | tar -xzf - && cd luarocks-${LUAROCKS_VERSION} && ./configure --with-lua=/usr/local && make build && make install && cd .. && rm -rf luarocks-${LUAROCKS_VERSION} && apk del .build-deps # buildkit
CMD ["luarocks"]
ARG CYAN_VERSION=0.3.0
RUN |1 CYAN_VERSION=0.3.0 /bin/sh -c apk add git gcc libc-dev openssl-dev just && luarocks install --server=https://luarocks.org/dev busted-tl # buildkit

Labels

Key Value
maintainer Andriy Kornatskyy <andriy.kornatskyy@live.com>
org.opencontainers.image.created 2024-02-25T15:26:10Z
org.opencontainers.image.revision 9038d6f8721808a63b1cd4906c2175c04743f509
org.opencontainers.image.source https://gitea.aireone.xyz/Aire-One/awesomewm.d.tl.git
org.opencontainers.image.url https://gitea.aireone.xyz/Aire-One/awesomewm.d.tl
Details
Container
2024-02-25 16:34:20 +01:00
7
OCI / Docker
linux/amd64
61 MiB
Versions (1) View all
latest 2024-02-25