Namespace
appflowyio
Image / Tag
appflowy_client:0.0.4
Content Digest
sha256:eb1784caf4ae7382abc4f8e102f62b632a748e57e204e45b0ed73f8b4743ceea
Details
Created

2022-06-06 12:48:40 UTC

Size

345 MB

Content Digest
Environment
LANG

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:d0befce65e7c3a7e4c52580ccb4870146a72abd8c2e8014f263fa8bd74f2b8be - 40.17% (139 MB)

[#001] sha256:3734bfaa0b5976db480f06951b86f187c9e0888059a8ca2f200e7cd55104f3d3 - 0.0% (8.14 KB)

[#002] sha256:a34771496ad659ed9a38c6442abb8767b3f1c5dfa6afd71273338ffff500dd23 - 2.72% (9.39 MB)

[#003] sha256:5435b287623c56ff6c9fc79200f3f840d86989ea5b6c45b3490da5aaa5c7a0c8 - 0.0% (699 Bytes)

[#004] sha256:07fec1b5d8c5ca9f5250c39892d6d0a65303fe4905cd4b85e27cb856a2fce833 - 0.81% (2.78 MB)

[#005] sha256:472071e4b5c4e948e0c563c46a03b4e4034e9aabecdbbf88eab187af67dd9a7c - 50.3% (174 MB)

[#006] sha256:cc475adf446830e9cb9395b0d1cf8f79259c67025361e49f1e0687f934529138 - 0.0% (767 Bytes)

[#007] sha256:28044c806f8f681b5e8e765a6f088493b896cb172aedd8c4c09a3a4cf631fa81 - 0.0% (987 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:c32f26234a2c175904a05a3d718832b2e05fc2e93354452cc6cc38a87ab96d9c - 6.0% (20.7 MB)


History
0001-01-01 00:00:00 UTC

COPY --from=verify /rootfs/ /

0001-01-01 00:00:00 UTC

RUN ldconfig

2022-06-06 12:22:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pacman -Syy && pacman -Syu --needed --noconfirm xdg-user-dirs && pacman -Scc --noconfirm # buildkit

2022-06-06 12:22:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c xdg-user-dirs-update # buildkit

2022-06-06 12:48:28 UTC (buildkit.dockerfile.v0)

COPY /usr/sbin/yay /usr/sbin/yay # buildkit

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c yay -S --noconfirm gtk3 # buildkit

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

ARG user=appflowy

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

ARG uid=1000

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

ARG gid=1000

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

RUN |3 user=appflowy uid=1000 gid=1000 /bin/sh -c groupadd --gid $gid appflowy # buildkit

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

RUN |3 user=appflowy uid=1000 gid=1000 /bin/sh -c useradd --create-home --uid $uid --gid $gid $user # buildkit

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

USER appflowy

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

WORKDIR /home/appflowy

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

COPY /home/makepkg/appflowy/frontend/app_flowy/build/linux/x64/release/bundle/ . # buildkit

2022-06-06 12:48:40 UTC (buildkit.dockerfile.v0)

CMD ["./app_flowy"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete