You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by so...@apache.org on 2022/09/13 06:01:12 UTC

[apisix-docker] branch master updated: chore: remove debian IMAGE_BASE (#353)

This is an automated email from the ASF dual-hosted git repository.

soulbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 79e4c27  chore: remove debian IMAGE_BASE (#353)
79e4c27 is described below

commit 79e4c27f13a25a90292d5ca73f3848ae6d348ade
Author: soulbird <zh...@outlook.com>
AuthorDate: Tue Sep 13 14:01:07 2022 +0800

    chore: remove debian IMAGE_BASE (#353)
    
    * chore: remove debian IMAGE_BASE
    
    Co-authored-by: soulbird <zh...@gmail.com>
---
 debian/Dockerfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/Dockerfile b/debian/Dockerfile
index 32a27cf..d1dcd2c 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -14,12 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-ARG IMAGE_BASE="debian"
-ARG IMAGE_TAG="bullseye"
 
-FROM ${IMAGE_BASE}:${IMAGE_TAG}-slim
+FROM debian:bullseye-slim
 
-ARG TARGETARCH
 ARG APISIX_VERSION=2.15.0
 
 RUN set -ex; \