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

Attach the registry image to a specific version #156

Merged
merged 2 commits into from
Jul 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/integrations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.elastic.co/package-registry/package-registry:master
FROM docker.elastic.co/package-registry/package-registry:41c150c8020efc53ab16e3bba774c62a419b51ea

COPY build/integrations /registry/packages/integrations
2 changes: 1 addition & 1 deletion testing/environments/kubernetes/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:
name: registry-yaml-storage
containers:
- name: registry-ingest-management
image: docker.elastic.co/package-registry/package-registry:master
image: docker.elastic.co/package-registry/package-registry:41c150c8020efc53ab16e3bba774c62a419b51ea
resources:
limits:
cpu: 1000m
Expand Down
2 changes: 1 addition & 1 deletion testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- "127.0.0.1:5601:5601"

package-registry:
image: docker.elastic.co/package-registry/package-registry:master
image: docker.elastic.co/package-registry/package-registry:41c150c8020efc53ab16e3bba774c62a419b51ea
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
retries: 300
Expand Down