Skip to content

Commit

Permalink
fix: Remove Debian Legacy (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
xusine authored Feb 16, 2023
1 parent 9eab54e commit dc17816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: build and push
run: "./.github/scripts/build-images.sh"
env:
IMG_TAG: "debian"
IMG_TAG: "ubuntu"
- id: set_is_parent_modified
run: echo "is_parent_modified=${MODIFIED}" >> $GITHUB_OUTPUT

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/data-caching/client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memcached Client #

This `Dockerfile` creates a debian image representing the Memcached client which tries to access server's data.
This `Dockerfile` creates a docker image representing the Memcached client which tries to access server's data.

Example:

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/data-caching/server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memcached Server #

This `Dockerfile` creates a debian image containing the latest version of Memcached (1.6.10).
This `Dockerfile` creates a docker image containing the latest version of Memcached (1.6.10).
Memcached will be started as a daemon with the passed parameters.
Example:

Expand Down

0 comments on commit dc17816

Please sign in to comment.