Block a user
tools (250920-1045)
Published 2025-09-20 10:46:44 +09:00 by carauction
Installation
docker pull dev-gitea.car-auction.co.kr/carauction/tools:250920-1045sha256:66ad52035827cc4a19067707adfeb8a738e1dcbf6e761c65e2298d4c0275c894Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:dafefa97de6dc66a6734ec6f05e58125ce01225cccce3f50662330c252aad518 in / |
| CMD ["/bin/bash"] |
| ENV TZ=Asia/Seoul |
| ENV LANG=C.UTF-8 |
| ENV LC_ALL=C.UTF-8 |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y wget curl ssh yq jq net-tools dnsutils tzdata lsyncd rsync inotify-tools docker.io && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit |
| RUN /bin/sh -c curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl # buildkit |
| RUN /bin/sh -c curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash # buildkit |
| RUN /bin/sh -c curl https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc && chmod +x /usr/local/bin/mc # buildkit |
| RUN /bin/sh -c curl -sLo /usr/local/bin/slack https://raw.githubusercontent.com/rockymadden/slack-cli/master/src/slack && chmod +x /usr/local/bin/slack # buildkit |
| WORKDIR /app |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2025-09-20 10:46:44 +09:00
Versions (1)
View all
Container
1
OCI / Docker
linux/amd64
268 MiB
250920-1045
2025-09-20