diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e4f845a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright (c) 2022-2023 Dell Inc, or its subsidiaries. + +FROM alpine:3.18 +# This is just an example file diff --git a/README.md b/README.md index 6ca37c5..a441975 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# actions +# Actions + GitHub Actions used on various OPI projects diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..d657f29 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright (c) 2022 Dell Inc, or its subsidiaries. +--- +version: "3.7" + +services: + + opi-test: + image: docker.io/library/alpine:3.18 + networks: + - opi + +networks: + opi: