Skip to content
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

Closed
dkossako opened this issue Aug 4, 2022 · 11 comments
Closed

Outdated docker image #394

dkossako opened this issue Aug 4, 2022 · 11 comments

Comments

@dkossako
Copy link

dkossako commented Aug 4, 2022

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?

@shred
Copy link
Contributor

shred commented May 9, 2023

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.

@tindzk
Copy link

tindzk commented Nov 7, 2023

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 .

@Cilenco
Copy link

Cilenco commented Nov 19, 2023

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.

@buchdag
Copy link
Contributor

buchdag commented Dec 19, 2023

Hi @jsha, any hope of getting an up to date docker image (and maybe a new release) in the foreseeable future ?

@ohemorange
Copy link

The certbot team would also appreciate a release, so we can get certbot/certbot#9207 (about to hit its two-year anniversary) merged.

@sheurich
Copy link
Contributor

Current container images are available from https://github.com/orgs/letsencrypt/packages?repo_name=pebble.

@mitar
Copy link

mitar commented Mar 19, 2024

What about https://hub.docker.com/r/letsencrypt/pebble? You lost access to it? Could you also push same images there as well?

@mcpherrinm
Copy link
Contributor

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

@buchdag
Copy link
Contributor

buchdag commented Mar 22, 2024

@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) ?

@mcpherrinm
Copy link
Contributor

Yes, we plan on moving everything to Github Container Registry for easier management.

@mitar
Copy link

mitar commented May 14, 2024

So there is ghcr.io/letsencrypt/pebble-challtestsrv:2.5.1 now, but which version this is? Because the latest challtestsrv seems to be 1.2.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants