Skip to content
Snippets Groups Projects
Select Git revision
  • b25300b23a3c5e2a4a32c3940b4e1bd48fb75f44
  • master default protected
  • dev
  • v2.0.0
  • v0.4.0
  • v0.3.0
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
18 results

docker_init.sh

Blame
  • docker_init.sh 285 B
    #!/bin/sh
    docker pull lbmc/alntools:dd96682
    # docker build src/.docker_modules/alntools/dd96682 -t 'lbmc/alntools:dd96682'
    # docker push lbmc/alntools:dd96682
    docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/alntools:dd96682" --push src/.docker_modules/alntools/dd96682