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

No new images releases for alpine/k8s on docker-hub? #75

Open
rmontag-dvt opened this issue Apr 18, 2024 · 7 comments
Open

No new images releases for alpine/k8s on docker-hub? #75

rmontag-dvt opened this issue Apr 18, 2024 · 7 comments

Comments

@rmontag-dvt
Copy link

rmontag-dvt commented Apr 18, 2024

I have just realized, that there are no more updates on docker-hub for the images alpine/k8s in the last 2 months.
https://hub.docker.com/r/alpine/k8s/tags?page=1&name=1.2
Still only has 1.28.7 and 1.29.2, but we already have 1.28.8 and 1.29.4.

No nightly builds for the cicd pipeline? https://app.circleci.com/pipelines/github/alpine-docker/k8s

@ozbillwang
Copy link
Collaborator

ozbillwang commented Apr 22, 2024

That's weird. the schedule job stoped with no reason.

let me check.

By the way, I manually trigger the build this time, new tags are available now.

@mleklund
Copy link

mleklund commented May 9, 2024

1.27.12 is missing, I assume it is related to this issue.

@rmontag-ap
Copy link

Unfortunately, the CircleCI pipeline is not working, missing the last new versions (1.29.5).
@ozbillwang Can you have a look?

@ozbillwang
Copy link
Collaborator

ozbillwang commented May 22, 2024

There's a new error when installing aws-iam-authenticator, but this part of the code hasn't been changed in a while.

 ---> b9abf37beadb
Step 20/26 : RUN . /envfile && echo $ARCH &&     authenticator=$(curl -fs https://api.github.com/repos/kubernetes-sigs/aws-iam-authenticator/releases/latest | jq --raw-output '.name' | sed 's/^v//') &&     curl -fL https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${authenticator}/aws-iam-authenticator_${authenticator}_linux_${ARCH} -o /usr/bin/aws-iam-authenticator &&     chmod +x /usr/bin/aws-iam-authenticator
 ---> Running in 65fdc5d87093
amd64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     9    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
The command '/bin/sh -c . /envfile && echo $ARCH &&     authenticator=$(curl -fs https://api.github.com/repos/kubernetes-sigs/aws-iam-authenticator/releases/latest | jq --raw-output '.name' | sed 's/^v//') &&     curl -fL https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${authenticator}/aws-iam-authenticator_${authenticator}_linux_${ARCH} -o /usr/bin/aws-iam-authenticator &&     chmod +x /usr/bin/aws-iam-authenticator' returned a non-zero code: 22

Exited with code exit status 22

ref: https://app.circleci.com/pipelines/github/alpine-docker/k8s/637/workflows/16f714f6-06b6-4086-b990-12ee91fda5f6/jobs/668

update 1

To narrow down the issue, I can now duplicate it using the following command:

docker build --no-cache --build-arg KUBECTL_VERSION=1.30.1 --build-arg HELM_VERSION=3.15.0 --build-arg KUSTOMIZE_VERSION=v5.4.1 --build-arg KUBESEAL_VERSION=0.26.2 --build-arg KREW_VERSION=0.4.4 --build-arg VALS_VERSION=0.37.1 --build-arg KUBECONFORM_VERSION=0.6.6 -t alpine/k8s:1.30.1 .

@ozbillwang
Copy link
Collaborator

ozbillwang commented May 22, 2024

So I knew the reason now.

https://github.com/kubernetes-sigs/aws-iam-authenticator/releases

the latest release of aws-iam-authenticator doesn't include the binary now, only source codes.

Old way, 10 assets

image

new way, only 2 assets, both are source codes

image

someone has reported a similar issue at kubernetes-sigs/aws-iam-authenticator#723

@ozbillwang
Copy link
Collaborator

ozbillwang commented May 22, 2024

another issue [Assets Availability on Release Tag] Please make downloadable asset for aws-iam-authenticator at

kubernetes-sigs/aws-iam-authenticator#722 (comment)

@ozbillwang
Copy link
Collaborator

ozbillwang commented May 22, 2024

another issue, it has higher version, v0.6.20, but it still marks v0.5.27 as latest.

reported in kubernetes-sigs/aws-iam-authenticator#720

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

No branches or pull requests

4 participants