| ADD file:0f80c1db9ba5535d5020662b1c880624848316637bf3f9c189f459ab31f365d0 in / |
| CMD ["/bin/sh"] |
| ARG ALPINE_VERSION |
| MAINTAINER "f <f@sutty.nl>" |
| ENV EMAIL=monit@sutty.nl |
| ENV EMAIL_FROM=monit@sutty.nl |
| ENV MMONIT=mmmonit.athshe.sutty.nl |
| ENV CREDENTIALS=mmmonit:mmmonit.athshe.sutty.nl |
| ENV LANG=C.UTF-8 |
| |1 ALPINE_VERSION=3.13.10 /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 |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c apk add --no-cache tini monit knsupdate |
| COPY file:ec4aae854af04c7f997afd1dc6c5b7141bec51af99e3cf867f4ba21a22da0bd4 in /etc/localtime |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c install -dm 2750 -o root -g root /etc/monit.d |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c install -dm 2750 -o root -g root /var/lib/monit |
| COPY file:a01be0838b13903649f145dc45c25a7c597f4dc5e8d3595ae58a15e2c15918af in /etc/monitrc |
| COPY file:2c8d24a523a8818ef3bdb532d359963f83ceeab216c971bd677c838a431817bd in /usr/local/bin/nsupdate |
| COPY file:d48ed2200606347c97e322086054e15873b79047f6318a92403fa48a28477239 in /usr/local/bin/whatsmyip6 |
| COPY file:08e0bb68c59ff213b1d6c64f654fd292ca9f3ed25dea19b6cf11b365f8f3018a in /usr/local/bin/zeroconf |
| COPY file:8e49587b27b546bda4a47c6859b2b76c28cf8e221996618baf4de8b6b9cc2c05 in /etc/zeroconf.conf |
| EXPOSE 2812 |
| ENTRYPOINT ["/sbin/tini" "--"] |
| CMD ["/usr/bin/monit"] |
| LABEL org.opencontainers.image.created=2022-04-05T00:50:23Z |
| LABEL org.opencontainers.image.revision=3f78ebd14837b099c507f23f8f611768e9ed876f |
| LABEL org.opencontainers.image.source=https://gitea.nulo.in/Sutty/containers-monit.git |
| LABEL org.opencontainers.image.url=https://gitea.nulo.in/Sutty/containers-monit |
| ARG ALPINE_VERSION |
| MAINTAINER "f <f@sutty.nl>" |
| ARG RUBY_VERSION |
| ARG RUBY_PATCH |
| |3 ALPINE_VERSION=3.13.10 RUBY_PATCH=5 RUBY_VERSION=2.7 /bin/sh -c apk add --no-cache tzdata ruby~${RUBY_VERSION}.${RUBY_PATCH} && rm /usr/lib/ruby/${RUBY_VERSION}.0/rubygems.rb |
| |3 ALPINE_VERSION=3.13.10 RUBY_PATCH=5 RUBY_VERSION=2.7 /bin/sh -c apk add --no-cache ruby-json ruby-bigdecimal ruby-rake ruby-bundler ruby-irb ruby-io-console ruby-etc |
| COPY file:5a11ac0adfb9b7d4db55ab37d624e11ceb11e4eeab9d6b5cb1014a3f9a30da4f in /usr/lib/ruby/2.7.0/ |
| LABEL org.opencontainers.image.created=2022-04-08T20:23:16Z |
| LABEL org.opencontainers.image.revision=9fb286c787a78f52d6ca341967aafe9e6312180b |
| LABEL org.opencontainers.image.source=https://gitea.nulo.in/Sutty/containers-ruby.git |
| LABEL org.opencontainers.image.url=https://gitea.nulo.in/Sutty/containers-ruby |
| ARG ALPINE_VERSION |
| MAINTAINER f <f@sutty.nl> |
| ENV RAILS_ENV=production |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c getent group 82 || addgroup -g 82 -S www-data |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c adduser -s /bin/sh -G www-data -h /srv -D rails |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c install -dm 750 -o rails -g www-data /srv |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c apk add --no-cache jemalloc daemonize libxslt libxml2 |
| |1 ALPINE_VERSION=3.13.10 /bin/sh -c gem install --no-document --no-user-install foreman |
| COPY file:4d5f5a5999b06ed1f19a6a16f9478630857b327afdf6bc681df3229b253f9c14 in /etc/monit.d/rails.conf |
| COPY file:0ba5a11ef22256e13bc34303bd80444b9802e246b432dd46ef173c7a78999325 in /etc/Procfile |
| COPY file:063e04d84f1c47b10d39a4ed9bed333742e006db74a14bf2d2dcb1e64bfb438a in /usr/local/bin/rails |
| VOLUME [/srv] |
| EXPOSE 3000 |
| EXPOSE 9394 |
| LABEL org.opencontainers.image.created=2022-04-08T20:26:13Z |
| LABEL org.opencontainers.image.revision=d2a3af140df8fed2a61273f4a70c7dece1ce0ed9 |
| LABEL org.opencontainers.image.source=https://gitea.nulo.in/Sutty/containers-rails.git |
| LABEL org.opencontainers.image.url=https://gitea.nulo.in/Sutty/containers-rails |
| ENV RAILS_ENV=production |
| /bin/sh -c sed -re "s/lunar_/tienda_/" -i /etc/Procfile |
| /bin/sh -c apk add --no-cache postgresql-libs libffi nodejs ruby-webrick |
| VOLUME [/srv] |
| EXPOSE 3000 |
| EXPOSE 9394 |
| LABEL org.opencontainers.image.created=2022-04-08T20:40:02Z |
| LABEL org.opencontainers.image.revision=433007476afa357d447569c2ea0c7c77e0668eae |
| LABEL org.opencontainers.image.source=https://gitea.nulo.in/Sutty/tienda.sutty.nl.git |
| LABEL org.opencontainers.image.url=https://gitea.nulo.in/Sutty/tienda.sutty.nl |
| /usr/bin/monit |