Skip to content

Commit

Permalink
build(image): add Containerfile for agent carrier container image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jul 9, 2024
1 parent 8f95260 commit 79af57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .containerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!target/*.jar
2 changes: 2 additions & 0 deletions src/main/container/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM docker.io/library/busybox:latest
COPY target/cryostat-agent-*-shaded.jar /agent/

0 comments on commit 79af57d

Please sign in to comment.