Skip to content
Snippets Groups Projects
Select Git revision
  • 1ef5f05e376cba3cec6ec1de1e2e371025965aac
  • master default protected
  • dev
3 results

1.7.lua

Blame
  • Forked from LBMC / Hub / PSMN / modules
    Source project has a limited visibility.
    docker_init.sh 385 B
    #!/bin/sh
    
    # SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
    #
    # SPDX-License-Identifier: AGPL-3.0-or-later
    
    docker pull lbmc/r-base:4.0.0
    # docker build src/.docker_modules/r-base/4.0.0 -t 'lbmc/r-base:4.0.0'
    # docker push lbmc/r-base:4.0.0
    docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/r-base:4.0.0" --push src/.docker_modules/r-base/4.0.0