risadmin_prod
  • Joined on 2025-03-18

elipse-ide1 (latest)

Published 2025-12-16 12:03:36 +00:00 by risadmin_prod

Installation

docker pull 157.66.191.31:3000/risadmin_prod/elipse-ide1:latest
sha256:fc47711b0f0d6a47bc179f578411f5a4f552f3680cf27b29e928b78d2fdeef3e

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
ENV DISPLAY=:1
ENV USER=developer
RUN /bin/sh -c apt-get update && apt-get install -y wget curl unzip sudo xfce4 xfce4-terminal xfce4-session xfce4-panel xfce4-settings tigervnc-standalone-server novnc websockify dbus-x11 x11-xserver-utils openjdk-17-jdk ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd -m -s /bin/bash ${USER} && echo "${USER} ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers # buildkit
USER developer
WORKDIR /home/developer
RUN /bin/sh -c wget -O eclipse.tar.gz https://download.eclipse.org/technology/epp/downloads/release/2024-06/R/eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz && tar -xzf eclipse.tar.gz && rm eclipse.tar.gz && mkdir -p /home/${USER}/bin && ln -s /home/${USER}/eclipse/eclipse /home/${USER}/bin/eclipse # buildkit
ENV PATH=/home/developer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY --chown=developer:developer start.sh /home/developer/start.sh # buildkit
RUN /bin/sh -c chmod +x /home/${USER}/start.sh # buildkit
EXPOSE &{[{{46 0} {46 0}}] 0xc005e418c0}
CMD ["/home/developer/start.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-12-16 12:03:36 +00:00
0
OCI / Docker
linux/amd64
774 MiB
Versions (2) View all
latest 2025-12-16
20251216171249 2025-12-16