rails (sha256:adf57da04f1ce6c65a8f740b92b59980e1a7dc4bfb1d226bb2d405b83aa63eeb)

Published 2024-10-29 16:20:05 +00:00 by panel in Sutty/containers-rails

Installation

docker pull gitea.nulo.in/sutty/rails@sha256:adf57da04f1ce6c65a8f740b92b59980e1a7dc4bfb1d226bb2d405b83aa63eeb
sha256:adf57da04f1ce6c65a8f740b92b59980e1a7dc4bfb1d226bb2d405b83aa63eeb

Image Layers

ADD file:9e193d6fff4bce11c0ee715ad87def9ef40e9608d4be84cf73391edd45b2810e in /
CMD ["/bin/sh"]
ARG ALPINE_VERSION=3.19.4
ENV LANG=C.UTF-8
COPY /usr/share/zoneinfo/UTC /etc/localtime # buildkit
RUN |1 ALPINE_VERSION=3.19.4 /bin/sh -c echo ${ALPINE_VERSION} | cut -d . -f 1,2 | xargs -I {} echo https://alpine.sutty.nl/alpine/v{}/sutty | tee -a /etc/apk/repositories # buildkit
RUN |1 ALPINE_VERSION=3.19.4 /bin/sh -c wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub # buildkit
LABEL org.opencontainers.image.authors=f@sutty.nl
ARG RUBY_VERSION=3.2
ARG RUBY_PATCH=4
RUN |2 RUBY_VERSION=3.2 RUBY_PATCH=4 /bin/sh -c apk add --no-cache tzdata ruby~${RUBY_VERSION}.${RUBY_PATCH} && rm /usr/lib/ruby/${RUBY_VERSION}.0/rubygems.rb # buildkit
RUN |2 RUBY_VERSION=3.2 RUBY_PATCH=4 /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.2.0/rubygems.rb /usr/lib/ruby/3.2.0/ # buildkit
ARG ALPINE_VERSION=3.19.4
LABEL org.opencontainers.image.authors=f@sutty.nl
ENV RAILS_ENV=production
RUN |1 ALPINE_VERSION=3.19.4 /bin/sh -c getent group 82 || addgroup -g 82 -S www-data # buildkit
RUN |1 ALPINE_VERSION=3.19.4 /bin/sh -c adduser -s /bin/sh -G www-data -h /srv -D rails # buildkit
RUN |1 ALPINE_VERSION=3.19.4 /bin/sh -c install -dm 750 -o rails -g www-data /srv # buildkit
RUN |1 ALPINE_VERSION=3.19.4 /bin/sh -c apk add --no-cache jemalloc daemonize libxslt libxml2 # buildkit
RUN |1 ALPINE_VERSION=3.19.4 /bin/sh -c gem install --no-document --no-user-install foreman # buildkit
COPY ./monit.conf /etc/monit.d/rails.conf # buildkit
COPY ./Procfile /etc/Procfile # buildkit
COPY ./entrypoint.sh /usr/local/bin/rails # buildkit
VOLUME [/srv]
EXPOSE map[3000/tcp:{}]
EXPOSE map[9394/tcp:{}]

Labels

Key Value
org.opencontainers.image.authors f@sutty.nl
org.opencontainers.image.created 2024-10-29T16:19:08Z
org.opencontainers.image.revision f11431874bdcab64d8b83d0fcfdb998452893e39
org.opencontainers.image.source https://gitea.nulo.in/Sutty/containers-rails.git
org.opencontainers.image.url https://gitea.nulo.in/Sutty/containers-rails
Details
Container
2024-10-29 16:20:05 +00:00
0
OCI / Docker
linux/amd64
f@sutty.nl
13 MiB
Versions (21) View all
latest 2024-10-29
3.17.10-3.1.5 2024-10-29
3.18.9-3.2.4 2024-10-29
3.19.4-3.2.4 2024-10-29
3.20.3-3.3.3 2024-10-29