Skip to content

Commit

Permalink
Revert "Revert "feat: buildx not needed on CI/CD after all""
Browse files Browse the repository at this point in the history
This reverts commit 520bef1.
  • Loading branch information
keskiju committed Dec 3, 2024
1 parent 520bef1 commit 9daa2c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Dockerfile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ 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: 1 addition & 2 deletions Dockerfile-cli
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ RUN /taito-cli-deps/tools/install-openshift-cli.sh
# Install Argo CLI
RUN /taito-cli-deps/tools/install-argo-cli.sh

# Install docker and buildx (required for executing CI/CD builds on container)
# Install docker (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 9daa2c4

Please sign in to comment.