Skip to content

Commit 1a42ad1

Browse files
committed
Remove unused image import in Docker build warning blog post
Signed-off-by: Lee Calcote <[email protected]>
1 parent 54cdaa7 commit 1a42ad1

File tree

1 file changed

+0
-1
lines changed
  • src/collections/blog/2024/10-09-docker-build-warning

1 file changed

+0
-1
lines changed

src/collections/blog/2024/10-09-docker-build-warning/post.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ resource: true
1717

1818
import { BlogWrapper } from "../../Blog.style.js";
1919
import { Link } from "gatsby";
20-
import popularProject from "./number-one-most-popular-project.png";
2120

2221
<BlogWrapper>
2322
While building a Docker image for one of <Link to="/projects">Layer5's open source projects</Link>, I recently ran into a build warning in one of the multi-stage Dockerfiles. Until this time, I hadn't paid attention to a feature of `docker build` previously: <i><a href="https://docs.docker.com/reference/build-checks/">build checks</a></i>.

0 commit comments

Comments
 (0)