Skip to content

maxday/quarkus-dockerize-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-dockerize action

Action to embed a native executable into a Docker image.

A default Dockerfile is used but you can specify a custom Docker via the dockerfilePath option.

A tagged Docker container will be generated.

Parameters

Argument   Description
executablePath Path to the Quarkus executable you want to put in the docker image. Required
tag Docker tag to set once the image is built. Required
dockerfilePath Path to the Dockerfile you want to use - leave blank for default. Optional

Exemple d'utilisation

on: [push]

jobs:
  dockerize
     ...
      - name: Dockerize
        uses: maxday/quarkus-dockerize-action@master
        with:
          tag: maxday/myApp
          executablePath: myApp-runner

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published