gem-compiler (sha256:1d353364a5a2220f153258baf3e0d8119da7b9e1aa2b2d38c3524a430038c614)
Installation
docker pull gitea.nulo.in/sutty/gem-compiler@sha256:1d353364a5a2220f153258baf3e0d8119da7b9e1aa2b2d38c3524a430038c614
sha256:1d353364a5a2220f153258baf3e0d8119da7b9e1aa2b2d38c3524a430038c614
Image Layers
ADD file:8bf458f5fbed9f27c897506538c02fb5810b70aba850bb883d2120985fa15bac in / |
CMD ["/bin/sh"] |
LABEL org.opencontainers.image.authors=f@sutty.nl |
RUN /bin/sh -c apk add --no-cache alpine-sdk ccache cmake # buildkit |
RUN /bin/sh -c adduser -s /bin/sh -D builder # buildkit |
RUN /bin/sh -c adduser builder abuild # buildkit |
ENV PATH=/usr/lib/ccache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
ARG ALPINE_VERSION=3.17.10 |
LABEL org.opencontainers.image.authors=f@sutty.nl |
ARG RUBY_VERSION=3.1 |
ARG RUBY_PATCH=5 |
RUN |3 ALPINE_VERSION=3.17.10 RUBY_VERSION=3.1 RUBY_PATCH=5 /bin/sh -c apk add --no-cache tzdata ruby~${RUBY_VERSION}.${RUBY_PATCH} && rm /usr/lib/ruby/${RUBY_VERSION}.0/rubygems.rb # buildkit |
RUN |3 ALPINE_VERSION=3.17.10 RUBY_VERSION=3.1 RUBY_PATCH=5 /bin/sh -c apk add --no-cache ruby-json ruby-bigdecimal ruby-rake ruby-bundler ruby-irb ruby-io-console ruby-etc # buildkit |
COPY /usr/lib/ruby/3.1.0/rubygems.rb /usr/lib/ruby/3.1.0/ # buildkit |
RUN |3 ALPINE_VERSION=3.17.10 RUBY_VERSION=3.1 RUBY_PATCH=5 /bin/sh -c apk add --no-cache ruby-dev # buildkit |
ENTRYPOINT ["/bin/sh" "-c" "/bin/sh"] |
LABEL org.opencontainers.image.authors=f@sutty.nl |
ENV PLATFORM=x86_64-linux-musl |
ENV GEM_NAME=none |
ENV GEM_VERSION=0 |
ENV SUTTY=sutty.nl |
ENV HTTP_BASIC_USER=sutty |
ENV HTTP_BASIC_PASSWORD=gibberish |
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1 |
ENV EXTRA_PKGS= |
COPY ./gem-compiler-0.10.0.gem /tmp/ # buildkit |
RUN /bin/sh -c gem install --no-user-install --no-document --source https://rubygems.org geminabox # buildkit |
RUN /bin/sh -c gem install --no-user-install --no-document --source https://rubygems.org /tmp/gem-compiler-0.10.0.gem # buildkit |
COPY ./gem-compiler.sh /usr/local/bin/gem-compiler # buildkit |
COPY ./bootstrap.sh /usr/local/bin/bootstrap # buildkit |
COPY ./bulk-compiler.sh /usr/local/bin/bulk-compiler # buildkit |
COPY ./os-version.sh /usr/local/bin/os-version # buildkit |
RUN /bin/sh -c install -dm 2750 -o builder -g builder /srv/gems # buildkit |
VOLUME [/srv/gems] |
RUN /bin/sh -c apk add --no-cache su-exec libc6-compat libstdc++ openssh-client # buildkit |
RUN /bin/sh -c apk add --no-cache tea || wget https://gitea.com/attachments/395b73a9-a56b-4933-8c99-dc2d2619925a -O /usr/bin/tea && chmod +x /usr/bin/tea # buildkit |
ENTRYPOINT ["/bin/sh" "-c" "/bin/sh"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | f@sutty.nl |
org.opencontainers.image.created | 2024-10-23T23:15:38Z |
org.opencontainers.image.revision | bfaaa5168fba9e5809f19c78efee8d6b4b9a213b |
org.opencontainers.image.source | https://gitea.nulo.in/Sutty/containers-gem-compiler.git |
org.opencontainers.image.url | https://gitea.nulo.in/Sutty/containers-gem-compiler |
Details
2024-10-24 00:04:30 +00:00
Versions (19)
View all
Container
0
OCI / Docker
linux/amd64
f@sutty.nl
130 MiB
latest
2024-10-23
3.17.10-3.1.5
2024-10-23
3.18.9-3.2.4
2024-10-23
3.20.3-3.3.3
2024-10-23
3.17.7-3.1.5
2024-05-23