Skip to content

Commit

Permalink
fix 6 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored May 18, 2024
1 parent f5ba350 commit ac15d3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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:local as intermediate_builder
FROM tanq16/intermediate_builder:arm as intermediate_builder
FROM ubuntu:jammy

# ============================================================================================================
Expand Down
5 changes: 3 additions & 2 deletions security_docker_arm/local-builder-script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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 -f builder.Dockerfile -t tanq16/intermediate_builder:arm .
docker push tanq16/intermediate_builder:arm
docker system 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 ac15d3b

Please sign in to comment.