Skip to content

Commit

Permalink
add back license notice
Browse files Browse the repository at this point in the history
  • Loading branch information
xgnl committed Jan 8, 2021
1 parent b2ef71f commit f339f1c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ubuntu/standard/4.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
# A copy of the License is located at
#
# http://aws.amazon.com/asl/
#
# or in the "license" file accompanying this file.
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
# See the License for the specific language governing permissions and limitations under the License.

FROM ubuntu:18.04 AS core

ENV DEBIAN_FRONTEND="noninteractive"
Expand Down
11 changes: 11 additions & 0 deletions ubuntu/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
# A copy of the License is located at
#
# http://aws.amazon.com/asl/
#
# or in the "license" file accompanying this file.
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
# See the License for the specific language governing permissions and limitations under the License.

FROM ubuntu:20.04 AS core

ARG DEBIAN_FRONTEND="noninteractive"
Expand Down

0 comments on commit f339f1c

Please sign in to comment.