Block a user
test12sepflutter005-demot1-f (1.1)
Published 2026-09-12 07:09:43 +00:00 by risadmin_prod
Installation
docker pull 157.66.191.31:3000/risadmin_prod/test12sepflutter005-demot1-f:1.1sha256:83aca29ce9f00866f7b7ba8916294f44c1a526dbd2740352f1d70ca153b8d91c
Image Layers
| ADD file:80bf8bd014071345b1c0364eeb0a5e48f3fb0d87f9c31cb990e57caa652b59b8 in / |
| CMD ["/bin/sh"] |
| LABEL maintainer=Bill Wang <ozbillwang@gmail.com> |
| /bin/sh -c apk --update add git less openssh && rm -rf /var/lib/apt/lists/* && rm /var/cache/apk/* |
| VOLUME [/git] |
| WORKDIR /git |
| ENTRYPOINT ["git"] |
| CMD ["--help"] |
| RUN /bin/sh -c mkdir app # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c git config --global user.email ganeshk@dekatc.com # buildkit |
| RUN /bin/sh -c git config --global user.name risadmin_prod # buildkit |
| RUN /bin/sh -c git init # buildkit |
| RUN /bin/sh -c git pull http://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_prod/test12sepflutter005.git # buildkit |
| RUN /bin/sh -c git checkout -b main # buildkit |
| COPY /app/test12sepflutter005/test12sepflutter005-demot1-f/authsec_flutter_new/base_project/build/app/outputs/flutter-apk/ /app # buildkit |
| RUN /bin/sh -c git add . # buildkit |
| RUN /bin/sh -c git commit -m "Apk file commit" # buildkit |
| RUN /bin/sh -c git remote add origin http://157.66.191.31:3000/risadmin_prod/test12sepflutter005.git # buildkit |
| RUN /bin/sh -c git push http://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_prod/test12sepflutter005.git # buildkit |
| CMD ["flutter" "run" "--release"] |
Labels
| Key | Value |
|---|---|
| maintainer | Bill Wang <ozbillwang@gmail.com> |