Tests: Bump CFSSL.
This commit is contained in:
parent
0dd1bf5fb9
commit
06aac6e5f0
2 changed files with 3 additions and 3 deletions
|
@ -66,8 +66,8 @@ RUN apk update && apk upgrade && apk add --no-cache \
|
||||||
openssl \
|
openssl \
|
||||||
cfssl@testing \
|
cfssl@testing \
|
||||||
tzdata \
|
tzdata \
|
||||||
libc6-compat \
|
libc6-compat \
|
||||||
sqlite-dev
|
sqlite-dev
|
||||||
|
|
||||||
RUN go install -v github.com/onsi/ginkgo/v2/ginkgo@v${GINKGO_VERSION} \
|
RUN go install -v github.com/onsi/ginkgo/v2/ginkgo@v${GINKGO_VERSION} \
|
||||||
&& go install golang.org/x/lint/golint@${GOLINT_VERSION}
|
&& go install golang.org/x/lint/golint@${GOLINT_VERSION}
|
||||||
|
|
|
@ -295,7 +295,7 @@ func ocspserveDeployment(namespace string) (*appsv1.Deployment, *corev1.Service)
|
||||||
Containers: []corev1.Container{
|
Containers: []corev1.Container{
|
||||||
{
|
{
|
||||||
Name: name,
|
Name: name,
|
||||||
Image: "registry.k8s.io/ingress-nginx/e2e-test-cfssl@sha256:48869cf72b0ceb1d8c82029f85961e423daf3ff8a04f4a455150000f90a90606",
|
Image: "registry.k8s.io/ingress-nginx/cfssl:v1.0.0@sha256:fffd36e2f1c8fd485ec6fd24c6d55f0817b54352274293d2a247b8a0d924c5b0",
|
||||||
Command: []string{
|
Command: []string{
|
||||||
"/bin/bash",
|
"/bin/bash",
|
||||||
"-c",
|
"-c",
|
||||||
|
|
Loading…
Reference in a new issue