Skip to content

Commit

Permalink
Revert "feat: buildx not needed on CI/CD after all"
Browse files Browse the repository at this point in the history
This reverts commit 03dc848.
  • Loading branch information
keskiju committed Dec 1, 2024
1 parent 23a2242 commit 520bef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN /taito-cli-deps/tools/install-ci-tools.sh
# Install Docker for executing docker builds
RUN /taito-cli-deps/tools/install-docker-bin.sh

# Install Docker buildx for docker buildx commands
RUN /taito-cli-deps/tools/install-docker-buildx.sh

# Install Docker Compose for running integration test suites
RUN /taito-cli-deps/tools/install-docker-compose.sh

Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-cli
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ RUN /taito-cli-deps/tools/install-openshift-cli.sh
# Install Argo CLI
RUN /taito-cli-deps/tools/install-argo-cli.sh

# Install docker (required for executing CI/CD builds on container)
# Install docker and buildx (required for executing CI/CD builds on container)
RUN /taito-cli-deps/tools/install-docker-bin.sh
RUN /taito-cli-deps/tools/install-docker-buildx.sh

# Install ci tools
RUN /taito-cli-deps/tools/install-ci-tools.sh
Expand Down

0 comments on commit 520bef1

Please sign in to comment.