Sign inSign up
eggdrop logo

eggdrop:1.8.4

Also known as:
1.8
Manifest digest

sha256:78910c1ea3dc7d95af7a3bd4e64aba0275807532ccbd8f63aca387806ed6087d

OS/ARCH

linux/amd64

Compressed size

8.39 MB

Last pushed

almost 5 years by doijanky

Type

Image

Vulnerabilities

1
0
0
0
0

Manifest digest

sha256:78910c1ea3dc7d95af7a3bd4e64aba0275807532ccbd8f63aca387806ed6087d

Layers (19)

alpine:3.11
1
0
0
0
0
eggdrop:1.8.4
0
0
0
0
0

2

MAINTAINER Geo Van O <[email protected]>

0 B


3

/bin/sh -c adduser -S eggdrop

1.26 KB


4

/bin/sh -c apk add --no-cache 'su-exec>=0.2'

9.59 KB


5

/bin/sh -c apk add --no-cache tcl bash openssl

2.69 MB


6

/bin/sh -c apk add --no-cache --virtual egg-deps tcl-dev wget ca-certificates make tar gpgme build-base openssl-dev && wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4.tar.gz && wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4.tar.gz.asc && gpg --keyserver ha.pool.sks-keyservers.net --recv-key E01C240484DE7DBE190FE141E7667DE1D1A39AFF && gpg --batch --verify eggdrop-1.8.4.tar.gz.asc eggdrop-1.8.4.tar.gz && command -v gpgconf > /dev/null && gpgconf --kill all && rm eggdrop-1.8.4.tar.gz.asc && tar -zxvf eggdrop-1.8.4.tar.gz && rm eggdrop-1.8.4.tar.gz && ( cd eggdrop-1.8.4 && ./configure && make config && make && make install DEST=/home/eggdrop/eggdrop ) && rm -rf eggdrop-1.8.4 && mkdir /home/eggdrop/eggdrop/data && chown -R eggdrop /home/eggdrop/eggdrop && apk del egg-deps

3.29 MB


7

ENV NICK=

0 B


8

ENV SERVER=

0 B


9

ENV LISTEN=3333

0 B


10

ENV OWNER=

0 B


11

ENV USERFILE=eggdrop.user

0 B


12

ENV CHANFILE=eggdrop.chan

0 B


13

WORKDIR /home/eggdrop/eggdrop

0 B


14

EXPOSE 3333

0 B


15

COPY file:f8d85155d39ecdefdd2ce710ca8c1211edaffb7c3fbbde0877da166dd3aaa579 in /home/eggdrop/eggdrop

1.88 KB


16

COPY file:b76e92fb28997fa3fd71a3b880ff3b73567ca05021b617d51ebdcefd8c31b457 in /home/eggdrop/eggdrop/scripts/

704 B


17

ENTRYPOINT ["/home/eggdrop/eggdrop/entrypoint.sh"]

0 B


18

CMD ["eggdrop.conf"]

0 B