Sign inSign up

jaywink/socialhome:3e159ab5-1ba3-4480-9fe1-a4a1d68fda3b

Manifest digest

sha256:7532d08d0d726153dde16e16731e81342a1e13617c266387b2dfe33da897eff5

OS/ARCH

linux/amd64

Compressed size

894.04 MB

Last pushed

6 months by jaywink

Type

Image

Manifest digest

sha256:7532d08d0d726153dde16e16731e81342a1e13617c266387b2dfe33da897eff5

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.23 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONUNBUFFERED=10 B
12ENV NVM_DIR=/usr/local/nvm0 B
13ENV NODE_VERSION=12.22.120 B
14WORKDIR /0 B
15RUN /bin/sh -c apt-get update211.41 MB
16RUN /bin/sh -c source $NVM_DIR/nvm.sh545 B
17ENV NODE_PATH=/usr/local/nvm/v12.22.12/lib/node_modules0 B
18ENV PATH=/usr/local/nvm/versions/node/v12.22.12/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
19COPY package.json ./ # buildkit590 B
20COPY bower.json ./ # buildkit424 B
21COPY docker/start_socialhome.sh /start_socialhome.sh # buildkit193 B
22RUN /bin/sh -c npm install81.06 MB
23COPY socialhome/frontend/package.json /app/socialhome/frontend # buildkit904 B
24COPY socialhome/frontend/package-lock.json /app/socialhome/frontend # buildkit149.3 KB
25WORKDIR /app/socialhome/frontend0 B
26RUN /bin/sh -c npm install238.72 MB
27WORKDIR /app0 B
28COPY requirements/requirements.txt ./ # buildkit2.57 KB
29RUN /bin/sh -c pip install189.09 MB
30COPY . /app # buildkit129.48 MB
31RUN /bin/sh -c npm run2.95 MB
32ENV POSTGRES_PASSWORD=postgres0 B
33ENV RQWORKER_NUM=10 B
34ENV DAPHNE_WORKER_NUM=10 B
35ENV DJANGO_SETTINGS_MODULE=config.settings.production0 B
36ENV REDIS_HOST=redis0 B
37ENV DATABASE_URL=postgres://postgres:postgres@db:5432/postgres0 B
38ENV DJANGO_SECURE_SSL_REDIRECT=True0 B
39ENV DJANGO_DEBUG=False0 B
40ENV DJANGO_ACCOUNT_ALLOW_REGISTRATION=False0 B
41ENV DJANGO_ALLOWED_HOSTS=socialhome.local0 B
42ENV DBHOST=db0 B
43ENV SOCIALHOME_LOG_TARGET=console0 B
44CMD ["/bin/sh" "-c" "/start_socialhome.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'