Skip to content

Commit dcc1f13

Browse files
adityapinglesfruomeiy-splunk
authored andcommitted
add BASE_IMAGE param;
1 parent 8d0d3b4 commit dcc1f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base/amazon-linux-2023/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM amazonlinux:2023
15+
ARG BASE_IMAGE=amazonlinux:2023
16+
FROM ${BASE_IMAGE}:latest as package
1617

1718
LABEL name="splunk" \
1819
maintainer="[email protected]" \

0 commit comments

Comments
 (0)