-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated docker image #394
Comments
Docker Hub has outdated image (letsencrypt/pebble#394)
Are there news about a docker image update? I would like to test against the latest Pebble version, but would like to avoid building an image myself. |
As a temporary workaround, you can use the Docker container provided by akrantz01: docker pull us-central1-docker.pkg.dev/krantz-dev-default/pebble/pebble:latest Alternatively, if you prefer to build the Pebble container from source, follow these steps instead: git clone https://github.com/letsencrypt/pebble.git
cd pebble
docker build -t local/pebble-git --file docker/pebble/linux.Dockerfile . |
With docker compose you can also do: services:
pebble:
build:
context: https://github.com/letsencrypt/pebble.git#v2.4.0
dockerfile: docker/pebble/linux.Dockerfile More information about this can be found here. Since the build context expects a Dockerfile you have to explicitly name it here. |
Hi @jsha, any hope of getting an up to date docker image (and maybe a new release) in the foreseeable future ? |
The certbot team would also appreciate a release, so we can get certbot/certbot#9207 (about to hit its two-year anniversary) merged. |
Current container images are available from https://github.com/orgs/letsencrypt/packages?repo_name=pebble. |
What about https://hub.docker.com/r/letsencrypt/pebble? You lost access to it? Could you also push same images there as well? |
We are planning on deprecating and removing our docker hub use, so we don't want to push current images there. We will delete it in the future, but for now there's a deprecation notice listed. See #451 |
@mcpherrinm out of curiosity why do you plan on deprecating Dockerhub hosted images ? Does this concern all images on the letsencrypt namespace (let's say boulder also) ? |
Yes, we plan on moving everything to Github Container Registry for easier management. |
So there is |
Hello,
last version of pebble based on tags is 2.4.0, but last in docker hub is 2.3.1. Is there any chance to update it?
The text was updated successfully, but these errors were encountered: