Skip to content

Commit

Permalink
fix 5 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored May 18, 2024
1 parent 28f09ea commit f5ba350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security_docker_arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM intermediate_builder as intermediate_builder
FROM intermediate_builder:local as intermediate_builder
FROM ubuntu:jammy

# ============================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion security_docker_arm/local-builder-script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_BUILDKIT=1 docker buildx build -o type=docker --platform=linux/arm64 -f builder.Dockerfile -t intermediate_builder .
DOCKER_BUILDKIT=1 docker buildx build -o type=docker --platform=linux/arm64 -f builder.Dockerfile -t intermediate_builder:local .
docker builder prune -f
DOCKER_BUILDKIT=1 docker buildx build -o type=docker --platform=linux/arm64 -t tanq16/sec_docker:main_apple .
docker push tanq16/sec_docker:main_apple

0 comments on commit f5ba350

Please sign in to comment.