forked from Deuxfleurs/garage
[nix-improvements] fix kaniko and manifest-tool
This commit is contained in:
parent
555ed75548
commit
1be75fbf4e
2 changed files with 21 additions and 26 deletions
|
@ -18,15 +18,12 @@ steps:
|
||||||
- mkdir -p /etc/nix && cp nix/nix.conf /etc/nix/nix.conf
|
- mkdir -p /etc/nix && cp nix/nix.conf /etc/nix/nix.conf
|
||||||
- nix-shell --attr ci --run "refresh_index"
|
- nix-shell --attr ci --run "refresh_index"
|
||||||
|
|
||||||
# - name: multiarch-docker
|
- name: multiarch-docker
|
||||||
# image: nixpkgs/nix:nixos-22.05
|
image: nixpkgs/nix:nixos-22.05
|
||||||
# environment:
|
secrets:
|
||||||
# HOME: "/root"
|
- docker_auth
|
||||||
# secrets:
|
commands:
|
||||||
# - docker_auth
|
- mkdir -p /root/.docker
|
||||||
# commands:
|
- echo $DOCKER_AUTH > /root/.docker/config.json
|
||||||
# - mkdir -p /root/.docker
|
- export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
|
||||||
# - echo $DOCKER_AUTH > /root/.docker/config.json
|
- nix-shell --attr ci --run "multiarch_docker"
|
||||||
# - sha512sum /root/.docker/config.json
|
|
||||||
# - export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
|
|
||||||
# - nix-shell --attr ci --run "multiarch_docker"
|
|
||||||
|
|
|
@ -56,17 +56,15 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --attr ci --run "to_s3_woodpecker"
|
- nix-shell --attr ci --run "to_s3_woodpecker"
|
||||||
|
|
||||||
# - name: docker build and publish
|
- name: docker build and publish
|
||||||
# image: nixpkgs/nix:nixos-22.05
|
image: nixpkgs/nix:nixos-22.05
|
||||||
# environment:
|
environment:
|
||||||
# DOCKER_PLATFORM: "linux/${ARCH}"
|
DOCKER_PLATFORM: "linux/${ARCH}"
|
||||||
# CONTAINER_NAME: "dxflrs/${ARCH}_garage"
|
CONTAINER_NAME: "dxflrs/${ARCH}_garage"
|
||||||
# HOME: "/kaniko"
|
secrets:
|
||||||
# secrets:
|
- docker_auth
|
||||||
# - docker_auth
|
commands:
|
||||||
# commands:
|
- mkdir -p /root/.docker
|
||||||
# - mkdir -p /kaniko/.docker
|
- echo $DOCKER_AUTH > /root/.docker/config.json
|
||||||
# - echo $DOCKER_AUTH > /kaniko/.docker/config.json
|
- export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
|
||||||
# - sha512sum /kaniko/.docker/config.json
|
- nix-shell --attr ci --run "to_docker"
|
||||||
# - export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
|
|
||||||
# - nix-shell --attr ci --run "to_docker"
|
|
||||||
|
|
Loading…
Reference in a new issue