Block a user
kami-db-migrate-master (2)
Published 2026-08-02 10:30:32 +00:00 by danial
Installation
docker pull registry.demonstration.top/danial/kami-db-migrate-master:2sha256:32d031608b6022d19b1a5fa2438947ddbddb0c9f84447650d1358dc9d7061dbe
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 01c79a307d | 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 |