Block a user
kami-db-migrate-master (3)
Published 2026-08-02 11:40:31 +00:00 by danial
Installation
docker pull registry.demonstration.top/danial/kami-db-migrate-master:3sha256:0fd64c79b1cb04ea5cccc8a2fb6eb066c3f20f5d07edc6daf01b29c09032c6e3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a851953f3c | linux/amd64 | 76 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| COPY --chmod=001 atlas /atlas # buildkit |
| RUN /bin/sh -c ln /atlas /bin/atlas # buildkit |
| ENV ATLAS_DOCKER_IMAGE=1 |
| ENTRYPOINT ["/atlas"] |
| WORKDIR /app |
| COPY atlas.hcl . # buildkit |
| COPY schema.sql . # buildkit |
| COPY migrations/ ./migrations/ # buildkit |
| ENTRYPOINT ["/bin/sh" "-c" "/atlas \"$@\"; exit_code=$?; echo \"atlas exit code: ${exit_code}\"; echo \"container blocked for ${BLOCK_SECONDS:-600}s\"; sleep \"${BLOCK_SECONDS:-600}\"; exit \"${exit_code}\"" "sh"] |
Labels
| Key | Value |
|---|---|
| maintainer | Ariga |
| org.opencontainers.image.created | 2026-06-04T10:32:34.146Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | d8540ee131ccf1d00cd817652f67ed2a5def2ed3 |
| org.opencontainers.image.source | |
| org.opencontainers.image.title | Atlas CLI |
| org.opencontainers.image.url | |
| org.opencontainers.image.vendor | Ariga |
| org.opencontainers.image.version | 1.2.2-alpine |