Roadmap for Easy REST Client (Erce) #50
Replies: 3 comments 2 replies
-
Not a feature per se, but I would love to have it delivered as a container image, making it a perfect companion to the EJBCA container image! It would make it way easier to consume for people who are unfamiliar with Java's toolchain. Maybe consider using GitHub's own container registry over at For example: name: publish
on:
push:
branches:
- 'main'
jobs:
publish-container:
runs-on: ubuntu-latest
steps:
- name: Checkout the code from GitHub
uses: actions/checkout@v2
- name: Build the container image
run: docker build -t ghcr.io/keyfactor/erce .
- name: Log in to the GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push the container to GitHub's container registry
run: docker push ghcr.io/keyfactor/erce |
Beta Was this translation helpful? Give feedback.
-
Any plans for a stable release, or please share information on release plans? |
Beta Was this translation helpful? Give feedback.
-
Hello Mike, Kind regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Easy REST Client for EJBCA in its first version only supports
What other features would you like to see? Comment below with your suggestions.
Cheers,
Mike
Beta Was this translation helpful? Give feedback.
All reactions