Skip to content

Commit

Permalink
fix: Move files from /usr/etc to /etc (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Sherman <[email protected]>
  • Loading branch information
KyleGospo and bsherman authored Aug 24, 2024
1 parent fd77d61 commit 177d769
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucore/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG DOCKER_BUILDX_VERSION=0.12.1
# 2.24.7 matches docker/moby 24.0.5 which FCOS ships as of 40.20240421
ARG DOCKER_COMPOSE_VERSION=v2.24.7

COPY usr /usr
COPY system_files /
COPY --from=docker.io/docker/buildx-bin:${DOCKER_BUILDX_VERSION} /buildx /usr/libexec/docker/cli-plugins/docker-buildx
COPY --from=docker.io/docker/compose-bin:${DOCKER_COMPOSE_VERSION} /docker-compose /usr/libexec/docker/cli-plugins/docker-compose

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 177d769

Please sign in to comment.