Namespace
canal
Image / Tag
canal-server:v1.1.7-arm64
Content Digest
sha256:596ee23ea8b3d98f45256655bd085d91ea4a4d971c6c558505d0212746ec9fa3
Details
Created

2023-10-13 06:14:52 UTC

Size

563 MB

Content Digest
Labels
  • agapple
    (jianghang115@gmail.com)
  • org.label-schema.build-date
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.created
    2020-11-13 00:00:00+00:00
  • org.opencontainers.image.licenses
    GPL-2.0-only
  • org.opencontainers.image.title
    CentOS Base Image
  • org.opencontainers.image.vendor
    CentOS

Environment
NODE_EPORTER_AMD_LINK

https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz

NODE_EPORTER_ARM_LINK

https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-arm64.tar.gz

PATH

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


Layers

[#000] sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec - 18.35% (103 MB)

[#001] sha256:0f07cbf37be6908123b665fa386936ffe556923f3ad181a779f80f09b873cf08 - 0.0% (667 Bytes)

[#002] sha256:83fff9ead961a3190cf283338a633e1c8a85d2c1654ec4563a97e528298bdbbc - 10.27% (57.9 MB)

[#003] sha256:18603d03bede85bccf3c1e17d1b76f93af220bd33cb0cdf645476a1e2af66c99 - 5.25% (29.6 MB)

[#004] sha256:15398b27c0bb8fe236849ee2803942a6ae7ebc811ef9e9623807d71be8ef0480 - 10.51% (59.2 MB)

[#005] sha256:d21854cd963028faaa784893b734969d701c79853ce60e9e0cf85838702172f3 - 16.32% (91.9 MB)

[#006] sha256:9559a1bcc211163ec88de51ffa6efc973cd7dbdd5cdb89e3865444ebb90ec97e - 0.0% (5.99 KB)

[#007] sha256:3766bc7b9a30ef6f4d67ba576bdfce0534018d0235c6b73b19113fad858bf056 - 18.28% (103 MB)

[#008] sha256:c08731ae4b6092ab93b043dcdc7acbf2fd5f403ea4f75121bd82e99ed07fce14 - 21.02% (118 MB)

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


History
2022-02-14 19:39:36 UTC

/bin/sh -c #(nop) ADD file:5b1e63a3cb041177b802b501dedcd71a86f1773ea0f69f048f2eb3901097711d in /

2022-02-14 19:39:37 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2022-02-14 19:39:38 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-10-07 16:13:00 +0800 (buildkit.dockerfile.v0)

ARG jdk_rpm

2023-10-07 16:13:00 +0800 (buildkit.dockerfile.v0)

ARG platform_env

2023-10-07 16:13:00 +0800 (buildkit.dockerfile.v0)

MAINTAINER agapple (jianghang115@gmail.com)

2023-10-07 16:13:00 +0800 (buildkit.dockerfile.v0)

ENV NODE_EPORTER_AMD_LINK=https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz

2023-10-07 16:13:00 +0800 (buildkit.dockerfile.v0)

ENV NODE_EPORTER_ARM_LINK=https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-arm64.tar.gz

2023-10-07 16:13:00 +0800 (buildkit.dockerfile.v0)

COPY yum/ /tmp/ # buildkit

2023-10-07 16:13:07 +0800 (buildkit.dockerfile.v0)

RUN |2 jdk_rpm=jdk-8u351-linux-aarch64.rpm platform_env=linux/arm64 /bin/sh -c /bin/cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak && /bin/cp -f /tmp/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo && /bin/cp /etc/yum/pluginconf.d/fastestmirror.conf /etc/yum/pluginconf.d/fastestmirror.conf.bak && awk '{ if($0=="enabled=1"){print "enabled=0";} else{print $0;} }' /etc/yum/pluginconf.d/fastestmirror.conf.bak > /etc/yum/pluginconf.d/fastestmirror.conf && /bin/cp /etc/yum.conf /etc/yum.conf.bak && echo 'minrate=1' >> /etc/yum.conf && echo 'timeout=600' >> /etc/yum.conf && yum clean all && yum makecache # buildkit

2023-10-07 16:13:20 +0800 (buildkit.dockerfile.v0)

RUN |2 jdk_rpm=jdk-8u351-linux-aarch64.rpm platform_env=linux/arm64 /bin/sh -c /bin/cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'root:Hello1234' | chpasswd && groupadd -r admin && useradd -g admin admin && yum install -y man && yum install -y dstat && yum install -y unzip && yum install -y nc && yum install -y openssh-server && yum install -y tar && yum install -y which && yum install -y wget && yum install -y perl && yum install -y file && ssh-keygen -q -N "" -t dsa -f /etc/ssh/ssh_host_dsa_key && ssh-keygen -q -N "" -t rsa -f /etc/ssh/ssh_host_rsa_key && sed -ri 's/session required pam_loginuid.so/#session required pam_loginuid.so/g' /etc/pam.d/sshd && sed -i -e 's/^#Port 22$/Port 2222/' /etc/ssh/sshd_config && mkdir -p /root/.ssh && chown root.root /root && chmod 700 /root/.ssh && yum install -y cronie && sed -i '/session required pam_loginuid.so/d' /etc/pam.d/crond && true # buildkit

2023-10-07 16:13:20 +0800 (buildkit.dockerfile.v0)

COPY jdk-8u351-linux-aarch64.rpm /tmp/ # buildkit

2023-10-07 16:47:48 +0800 (buildkit.dockerfile.v0)

RUN |2 jdk_rpm=jdk-8u351-linux-aarch64.rpm platform_env=linux/arm64 /bin/sh -c touch /var/lib/rpm/* && yum -y install /tmp/jdk-*.rpm && /bin/rm -f /tmp/jdk-*.rpm && echo "export JAVA_HOME=/usr/java/latest" >> /etc/profile && echo "export PATH=\$JAVA_HOME/bin:\$PATH" >> /etc/profile && if [ "$platform_env" == "linux/amd64" ] ; then wget "$NODE_EPORTER_AMD_LINK" -O /tmp/node_exporter.tar.gz ; fi && if [ "$platform_env" == "linux/arm64" ] ; then wget "$NODE_EPORTER_ARM_LINK" -O /tmp/node_exporter.tar.gz ; fi && yum clean all && true # buildkit

2023-10-07 16:47:48 +0800 (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2023-10-13 06:14:44 UTC (buildkit.dockerfile.v0)

LABEL agapple=(jianghang115@gmail.com)

2023-10-13 06:14:44 UTC (buildkit.dockerfile.v0)

COPY image/ /tmp/docker/ # buildkit

2023-10-13 06:14:45 UTC (buildkit.dockerfile.v0)

COPY canal.deployer-*.tar.gz /home/admin/ # buildkit

2023-10-13 06:14:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c cp -R /tmp/docker/alidata /alidata && chmod +x /alidata/bin/* && mkdir -p /home/admin && cp -R /tmp/docker/app.sh /home/admin/ && cp -R /tmp/docker/admin/* /home/admin/ && /bin/cp -f alidata/bin/lark-wait /usr/bin/lark-wait && mkdir -p /home/admin/canal-server && tar -xzvf /home/admin/canal.deployer-*.tar.gz -C /home/admin/canal-server && /bin/rm -f /home/admin/canal.deployer-*.tar.gz && tar zxvf /tmp/node_exporter.tar.gz -C /home/admin && ln -s /home/admin/node_exporter-1.6.1* /home/admin/node_exporter && mkdir -p home/admin/canal-server/logs && chmod +x /home/admin/*.sh && chmod +x /home/admin/bin/*.sh && chown admin: -R /home/admin && yum clean all && true # buildkit

2023-10-13 06:14:52 UTC (buildkit.dockerfile.v0)

EXPOSE map[11110/tcp:{} 11111/tcp:{} 11112/tcp:{} 9100/tcp:{}]

2023-10-13 06:14:52 UTC (buildkit.dockerfile.v0)

WORKDIR /home/admin

2023-10-13 06:14:52 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/alidata/bin/main.sh"]

2023-10-13 06:14:52 UTC (buildkit.dockerfile.v0)

CMD ["/home/admin/app.sh"]

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