mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 20:29:25 +00:00
Troubleshooting
This commit is contained in:
parent
84100f6078
commit
2ab2d53dad
1 changed files with 4 additions and 3 deletions
|
|
@ -12,10 +12,11 @@ build:ARM64:
|
||||||
script:
|
script:
|
||||||
# Current thinking is to add build the container & tag with both the date
|
# Current thinking is to add build the container & tag with both the date
|
||||||
# in YYYY-mm-dd-h-m-s format as well as "latest":
|
# in YYYY-mm-dd-h-m-s format as well as "latest":
|
||||||
|
- docker buildx build .
|
||||||
- wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
|
- wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
|
||||||
- mkdir ~/.docker/cli-plugins/
|
- mkdir /root/.docker/cli-plugins/
|
||||||
- mv buildx* ~/.docker/cli-plugins/docker-buildx
|
- mv buildx* /root/.docker/cli-plugins/docker-buildx
|
||||||
- chmod a+x ~/.docker/cli-plugins/docker-buildx
|
- chmod a+x /root/.docker/cli-plugins/docker-buildx
|
||||||
- ls -ltar ~/.docker/cli-plugins/
|
- ls -ltar ~/.docker/cli-plugins/
|
||||||
- docker buildx build .
|
- docker buildx build .
|
||||||
# - timestamp=$(date +%Y%m%d%H%M%S)
|
# - timestamp=$(date +%Y%m%d%H%M%S)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue