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 Apr 26, 2024
1 parent 7b0717b commit ef62252
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 ef62252

Please sign in to comment.