$ docker image build -f Dockerfile -t al2_nginx:latest . Sending build context to Docker daemon 2.048kB Step 1/3 : FROM amazonlinux:latest ---> 7f335821efb5 Step 2/3 : RUN yum update -y ---> Using cache ---> b36e0bbfc4cf Step 3/3 : RUN amazon-linux-extras install nginx1.12 ---> Running in de67234984e9 NOTE: The livepatch extra is in public preview, not meant for production use
Topic nginx1.12 has end-of-support date of 2019-09-20 Loaded plugins: ovl, priorities Cleaning repos: amzn2-core amzn2extra-nginx1.12 (中略) * Extra topic has reached end of support. Removing intermediate container de67234984e9 ---> 97bc3952d1a8 Successfully built 97bc3952d1a8 Successfully tagged al2_nginx:latest
$ docker image build -f Dockerfile -t al2_nginx:latest . Sending build context to Docker daemon 2.048kB Step 1/3 : FROM amazonlinux:latest ---> 7f335821efb5 Step 2/3 : RUN yum update -y ---> Using cache ---> b36e0bbfc4cf Step 3/3 : RUN amazon-linux-extras install nginx1 ---> Running in a7280e4e4c82 NOTE: The livepatch extra is in public preview, not meant for production use