We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0d3b4 commit dcc1f13Copy full SHA for dcc1f13
base/amazon-linux-2023/Dockerfile
@@ -12,7 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM amazonlinux:2023
+ARG BASE_IMAGE=amazonlinux:2023
16
+FROM ${BASE_IMAGE}:latest as package
17
18
LABEL name="splunk" \
19
maintainer="support@splunk.com" \
0 commit comments