Skip to content

Commit

Permalink
chore: fix arm64 reproducibility issues
Browse files Browse the repository at this point in the history
Fixes #4135

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Aug 24, 2021
1 parent 30e1ff6 commit e22301e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ COPY --from=machined-build-arm64 /machined /rootfs/sbin/init
# symlinks to avoid accidentally cleaning them up.
COPY ./hack/cleanup.sh /toolchain/bin/cleanup.sh
RUN cleanup.sh /rootfs
COPY hack/containerd.toml /rootfs/etc/cri/containerd.toml
COPY --chmod=0644 hack/containerd.toml /rootfs/etc/cri/containerd.toml
RUN touch /rootfs/etc/resolv.conf
RUN touch /rootfs/etc/hosts
RUN touch /rootfs/etc/os-release
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-1-ga33ccc1
PKGS ?= v0.7.0
EXTRAS ?= v0.5.0
GO_VERSION ?= 1.16
Expand Down

0 comments on commit e22301e

Please sign in to comment.